pygfx/wgpu-py

HDR Support

Closed this issue · 1 comments

Could I know if HDR colors are supported?

HDR is a technique related to lighting, typically implemented in a render engine. Wgpu is "just" a GPU API. There is no notion of light or hdr here. But it does enable rendering systems to implement it, because it has various float textures.