SPIRV-Cross/reference/shaders-no-opt/asm
Hans-Kristian Arntzen e2155053c5 Fix broken access tracking for OpFunctionCall results.
We were looking at args[1] after incrementing args array, not before,
which means we tracked garbage.
This is also an out-of-bounds hazard.
2019-10-29 11:13:39 +01:00
..
comp Fix broken access tracking for OpFunctionCall results. 2019-10-29 11:13:39 +01:00
frag Implement constant empty struct correctly on all backends. 2019-10-26 16:10:11 +02:00
vert Support empty structs. 2018-04-05 16:26:54 +02:00