HDR Support
Closed this issue · 1 comments
chinesealex210 commented
Could I know if HDR colors are supported?
almarklein commented
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.