summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/swizzles/matrix-swizzle-write-array.slang.expected.txt
Commit message (Collapse)AuthorAge
* Matrix swizzle writes (#2713)Ellie Hermaszewska2023-04-13
* Add a bunch of builder emit wrappers for constant indices To avoid cluttering any calling code with int instruction construction * Matrix swizzle stores Closes https://github.com/shader-slang/slang/issues/2512 * Matrix swizzle store tests * Squash vs warnings * Select scalar for singular swizzles * Test singular swizzle materialization * Use IRIntegerValue over UInt for IR wrappers * Correct size of swizzle vector type * Remove variable shadowing