DiligentGraphics / DiligentCore

A modern cross-platform low-level graphics API
http://diligentgraphics.com/diligent-engine/
Apache License 2.0
631 stars 136 forks source link

WebGPU: support mip generations for formats that do not allow storage access #590

Closed TheMostDiligent closed 3 months ago

TheMostDiligent commented 3 months ago

Formats like 16-bit floats do not allow storage access and as a result, mip generation fails.

TheMostDiligent commented 3 months ago

The mip generator should also support any renderable format such as R11G11B10F