Skip to content

Commit 8ce5b5e

Browse files
authored
Add missing webgpu overload
Corresponding chromium patch: https://chromium-review.git.corp.google.com/c/chromium/src/+/7787372
1 parent 3d85efd commit 8ce5b5e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ partial interface GPUQueue {
224224
void copyElementImageToTexture((Element or ElementImage) source,
225225
float sx, float sy, float swidth, float sheight,
226226
GPUImageCopyTextureTagged destination);
227+
void copyElementImageToTexture((Element or ElementImage) source,
228+
float sx, float sy, float swidth, float sheight,
229+
GPUIntegerCoordinate width, GPUIntegerCoordinate height,
230+
GPUImageCopyTextureTagged destination);
227231
}
228232
229233
[Exposed=Window]

0 commit comments

Comments
 (0)