Surface usage incorrectly always reported as wgt::TextureUsages::RENDER_ATTACHMENT
for WebGPU
#6667
Labels
wgt::TextureUsages::RENDER_ATTACHMENT
for WebGPU
#6667
The WebGPU implementation is currently hardcoded to report only render attachment being supported.
Evidently this is not correct - chrome accepts other usages as well.
However, to me the spec is a bit unclear whether all usages are supposed to be supported, see also
https://gpuweb.github.io/gpuweb/#dom-gpucanvasconfiguration-usage
The text was updated successfully, but these errors were encountered: