summaryrefslogtreecommitdiff
path: root/tests/spirv/spec-constant-int-val-float-to-int-cast.slang
AgeCommit message (Collapse)Author
2025-05-29Fix SPIRV `OpSpecConstantOp` emit (#7158)Darren Wihandi
* Fix SPIRV specialization constant with floating-point operations * Improve test * WIP * Restrict `OpSpecConstantOp` allowed operations based on SPIRV specifications * Fix typo on floating type check * Emit error on float to int spec cosnt int val casts