summaryrefslogtreecommitdiff
path: root/tests/spirv/int-cast-unsigned-to-signed.slang
AgeCommit message (Collapse)Author
2025-05-09Fix SPIRV unsigned to signed widening casts (#7051)Darren Wihandi
* Fix unsigned to signed casts for SPIRV * Add test * Fix ICE crash