SPIRV-Cross/reference/shaders/desktop-only
Hans-Kristian Arntzen 23662668dd Attempt more optimal codegen for OpCompositeInsert.
Speculate that we can modify the SSA value in-place. As long as it is
not used after the modify, this is fine.

Also need to make sure we don't attempt to RMW something that is
impossible to modify.
2022-05-18 16:37:33 +02:00
..
comp GLSL: Be more aggressive about using type_alias. 2020-07-29 12:48:41 +02:00
frag Attempt more optimal codegen for OpCompositeInsert. 2022-05-18 16:37:33 +02:00
geom Add basic test for viewport-index builtin. 2018-01-04 13:51:05 +01:00
tesc GLSL: Fix array of input patch variables. 2019-12-10 12:02:12 +01:00
tese GLSL: Fix array of input patch variables. 2019-12-10 12:02:12 +01:00
vert GLSL: Improve support for GL_ARB_shader_draw_parameters in desktop GLSL. 2020-05-22 12:53:34 +02:00