summaryrefslogtreecommitdiffstats
path: root/tests/spirv/swizzle-signed-typecast.slang
Commit message (Collapse)AuthorAge
* Fix for missing signedness cast in SwizzleIR (#7448)Jerran Schmidt2025-06-16
* Cast if there is a signedness mismatch on the swizzle * Move isSignedType to slang-util and add test --------- Co-authored-by: Yong He <yonghe@outlook.com>