-
Notifications
You must be signed in to change notification settings - Fork 329
Closed
Labels
apiWebGPU APIWebGPU APIneeds-cts-issueThis change requires tests (or would need tests if accepted), but may not have a CTS issue filed yetThis change requires tests (or would need tests if accepted), but may not have a CTS issue filed yet
Milestone
Description
The spec currently says
GPUImageCopyExternalImage has the following members:
source, of type GPUImageCopyExternalImageSource
The source of the image copy. The copy source data is captured at the moment that copyExternalImageToTexture() is issued. Source size is defined by source type, given by this table:
Source Type | Width | Height |
---|---|---|
HTMLCanvasElement | HTMLCanvasElement.width | HTMLCanvasElement.height |
It's not clear what happens if you have a WebGL canvas where canvas.width > gl.drawingBufferWidth
etc...
Metadata
Metadata
Assignees
Labels
apiWebGPU APIWebGPU APIneeds-cts-issueThis change requires tests (or would need tests if accepted), but may not have a CTS issue filed yetThis change requires tests (or would need tests if accepted), but may not have a CTS issue filed yet