webgpu / webgpu-samples

WebGPU Samples
https://webgpu.github.io/webgpu-samples/
BSD 3-Clause "New" or "Revised" License
1.77k stars 300 forks source link

Warn when HDR canvas is not supported #451

Closed beaufortfrancois closed 5 days ago

beaufortfrancois commented 5 days ago

Following up on https://github.com/webgpu/webgpu-samples/pull/432#issuecomment-2278356546, this PR adds a warning when the browser does not support HDR canvas thanks to the new GPUCanvasContext getConfiguration() method added to spec.