SPIRV-Cross/reference
Hans-Kristian Arntzen d81bfc5b58 MSL: Fix regression with Private parameter declaration.
If we compile multiple times due to forced_recompile, we had
deferred_declaration = true while emitting function prototypes which
broke an assumption. Fix this by clearing out stale state before leaving
a function.
2019-06-13 10:36:21 +02:00
..
opt MSL: Fix regression with Private parameter declaration. 2019-06-13 10:36:21 +02:00
shaders GLSL: Support GL_ARB_shader_stencil_export. 2019-06-12 10:06:54 +02:00
shaders-hlsl Support emitting OpLine directive. 2019-05-28 13:44:24 +02:00
shaders-hlsl-no-opt Fix infinite loop when OpAtomic* temporaries are used in other blocks. 2019-04-24 09:33:39 +02:00
shaders-msl MSL: Fix regression with Private parameter declaration. 2019-06-13 10:36:21 +02:00
shaders-msl-no-opt Deal with case where a variable is dominated by inner part of a loop. 2019-06-06 11:11:44 +02:00
shaders-no-opt GLSL: Implement GL_EXT_buffer_reference. 2019-04-26 11:43:51 +02:00
shaders-reflection Employ heuristics to figure out how to emit SSBO/UAV reflection names. 2019-06-10 11:24:24 +02:00