mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use Device limits and features provided by user
Spec update
This commit is contained in:
parent
cd73193efe
commit
3661aa3d8c
16 changed files with 210 additions and 57 deletions
|
@ -13,13 +13,13 @@ interface GPUQueue {
|
|||
[Throws] void writeBuffer(
|
||||
GPUBuffer buffer,
|
||||
GPUSize64 bufferOffset,
|
||||
/*[AllowShared]*/ ArrayBuffer data,
|
||||
/*[AllowShared]*/ BufferSource data,
|
||||
optional GPUSize64 dataOffset = 0,
|
||||
optional GPUSize64 size);
|
||||
|
||||
[Throws] void writeTexture(
|
||||
GPUTextureCopyView destination,
|
||||
/*[AllowShared]*/ ArrayBuffer data,
|
||||
/*[AllowShared]*/ BufferSource data,
|
||||
GPUTextureDataLayout dataLayout,
|
||||
GPUExtent3D size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue