Skip to content

Commit

Permalink
Revert "[AllowShared] ArrayBuffer or [AllowShared] ArrayBufferView (g…
Browse files Browse the repository at this point in the history
…puweb#4045)" (gpuweb#4056)

This reverts commit fcb1de4.
  • Loading branch information
kainino0x authored Apr 19, 2023
1 parent b53d15d commit 8f12f23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -12232,13 +12232,13 @@ interface GPUQueue {
undefined writeBuffer(
GPUBuffer buffer,
GPUSize64 bufferOffset,
([AllowShared] ArrayBuffer or [AllowShared] ArrayBufferView) data,
[AllowShared] BufferSource data,
optional GPUSize64 dataOffset = 0,
optional GPUSize64 size);

undefined writeTexture(
GPUImageCopyTexture destination,
([AllowShared] ArrayBuffer or [AllowShared] ArrayBufferView) data,
[AllowShared] BufferSource data,
GPUImageDataLayout dataLayout,
GPUExtent3D size);

Expand Down

0 comments on commit 8f12f23

Please sign in to comment.