webgpu-native / webgpu-headers

**NOT STABLE YET!** See README.
https://webgpu-native.github.io/webgpu-headers/
BSD 3-Clause "New" or "Revised" License
393 stars 45 forks source link

Expose supported capabilities for colorspace and tonemapping #366

Open kainino0x opened 1 month ago

kainino0x commented 1 month ago

For now in #362 and #363 we are adding the ability to request color spaces and tonemap modes but we don't have any way to see the supported capabilities.

Previously discussed in #200, see there for discussion. We probably don't need to do this for v1 but it could be nice if we know what to do.

Kangz commented 1 month ago

Overall it seems that we are trying to add core API here, without knowing exactly how we're going to expose it outside of the Web. For that reason I think it would be a better fit to make this an Emscripten extension and not part of the core API (at least until we know what to do here).