summaryrefslogtreecommitdiff
path: root/tests/language-feature/capability/intrinsic-texture-ignore-capability.slang
AgeCommit message (Collapse)Author
2025-01-17Refactor _Texture to constrain on texel types. (#6115)Yong He
* Refactor _Texture to constrain on texel types. * Fix tests. * Fix. * Disable glsl texture test because rhi can't run it correctly.
2024-05-16ignore capability system skips the capability pass 100% now (#4183)ArielG-NV