[try-slang]: we need to support write-only texture for wgsl #5333
Labels
goal:forward looking
Feature needed at a later date, not connected to a specific use case.
siggraphasia-2024
Milestone
Currently slang only have read-only and read-write texture support. That will make it hard to work with WebGPU, because it means that we can only use very limited texture format in the shader for storage binding.
here is the list for the access of each texture format:
https://www.w3.org/TR/webgpu/#texture-format-caps
The text was updated successfully, but these errors were encountered: