Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53d15d commit 8f12f23Copy full SHA for 8f12f23
spec/index.bs
@@ -12232,13 +12232,13 @@ interface GPUQueue {
12232
undefined writeBuffer(
12233
GPUBuffer buffer,
12234
GPUSize64 bufferOffset,
12235
- ([AllowShared] ArrayBuffer or [AllowShared] ArrayBufferView) data,
+ [AllowShared] BufferSource data,
12236
optional GPUSize64 dataOffset = 0,
12237
optional GPUSize64 size);
12238
12239
undefined writeTexture(
12240
GPUImageCopyTexture destination,
12241
12242
GPUImageDataLayout dataLayout,
12243
GPUExtent3D size);
12244
0 commit comments