-
WebGPU supports colorSpace in GPUCanvasContext.configure() method. But emscripten doesn't seem to support it. emscripten/src/library_webgpu.js Line 2788 in 63b8a7c |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It is missing in Emscripten's version of webgpu.h right now. If you need it, we can patch it in, but otherwise it will be supported in some months when we complete the stabilization of webgpu.h and bring in the updated Emscripten bindings implementation (currently being worked on in Dawn as "emdawnwebgpu"). |
Beta Was this translation helpful? Give feedback.
It is missing in Emscripten's version of webgpu.h right now. If you need it, we can patch it in, but otherwise it will be supported in some months when we complete the stabilization of webgpu.h and bring in the updated Emscripten bindings implementation (currently being worked on in Dawn as "emdawnwebgpu").