librashader
librashader copied to clipboard
Promote WGPU to Full Support
Naga needs to handle everything that slang-shaders throws at it for wgpu to earn a ✅. Unfortunately most of these changes need to be made upstream.
- [ ] Emit
OpModfStructinstead ofOpModfin glslang (in progress) - [x] Polyfill
inversein Naga (waiting on wgpu release)
Things we can do for best-effort support on non-native platforms
- [x] Approximate
WrapMode::ClampToBorderwithWrapMode::ClampToEdgeinstead on non-native backends (#141) - [x] Investigate whether we actually need
TEXTURE_ADAPTER_SPECIFIC_FORMAT_FEATURES.- We don't.
-
FLOAT32_FILTERABLEis already available on the web