SPIRV-Cross/shaders-msl-no-opt/asm
Hans-Kristian Arntzen f8592ecdfc MSL: Deal correctly with initializers on Private variables.
Do not attempt to defer declaration. It would happen to work in most
cases, but the edge case is where the first thing that happens to a
variable is being OpStore'd into.
2020-04-21 11:20:49 +02:00
..
comp Add test shader for OpCopyLogical with packing/unpacking. 2020-01-06 12:44:18 +01:00
frag MSL: Deal correctly with initializers on Private variables. 2020-04-21 11:20:49 +02:00
packing MSL: Support edge case with DX layout in scalar block layout. 2020-04-20 15:29:24 +02:00
tesc Move .invalid. test shaders to the more appropriate subfolders. 2019-11-06 10:40:37 +01:00
vert MSL: Do not use base expression with PhysicalTypeID OpCompositeExtract. 2020-04-07 18:25:44 +02:00
temporary.zero-initialize.asm.frag Add support for forcefully zero-initialized variables. 2020-03-26 13:38:27 +01:00