SPIRV-Cross/reference/shaders-msl/asm/vert
Hans-Kristian Arntzen 96492648d4 MSL: Fix struct declaration order with complex type aliases.
MSL generally emits the aliases, which means we cannot always place the
master type first, unlike GLSL and HLSL. The logic fix is just to
reorder after we have tagged types with packing information, rather than
doing it in the parser fixup.
2019-05-23 14:54:04 +02:00
..
copy-memory-interface.asm.vert Fix a copy-pasto. 2019-04-26 17:16:21 -05:00
extract-transposed-matrix-from-struct.asm.vert MSL: Fix struct declaration order with complex type aliases. 2019-05-23 14:54:04 +02:00
packing-test.asm.vert Update tests. 2018-03-05 16:34:42 +01:00
spec-constant-op-composite.asm.vert Rewrite how IDs are iterated over. 2019-01-10 12:52:56 +01:00
uint-vertex-id-instance-id.asm.vert Deal with some builtins being declared with wrong signedness. 2018-06-22 11:30:56 +02:00