SPIRV-Cross/shaders/frag
Hans-Kristian Arntzen 5d9df6a31c Do not declare constant composites inline in HLSL.
Move arrays and structs out to their own global static constants.

Also, replace illegal names in HLSL as well.
2018-02-02 10:12:26 +01:00
..
basic.frag Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
composite-extract-forced-temporary.frag Only split expression in OpCompositeExtract if we forward the temporary. 2016-06-23 12:13:41 +02:00
constant-array.frag Initial commit. 2016-03-11 16:30:27 +01:00
constant-composites.frag Do not declare constant composites inline in HLSL. 2018-02-02 10:12:26 +01:00
false-loop-init.frag Add test for false loop init. 2018-01-23 21:15:09 +01:00
flush_params.frag Initial commit. 2016-03-11 16:30:27 +01:00
for-loop-init.frag Improve debuggability of Travis CI when things go wrong. 2016-12-16 13:48:30 +01:00
frexp-modf.frag Support FrexpStruct/ModfStruct. 2017-09-04 10:27:08 +02:00
ground.frag Initial commit. 2016-03-11 16:30:27 +01:00
image-load-store-uint-coord.asm.frag Make sure image integer coords are int, not uint. 2017-12-01 15:02:50 +01:00
mix.frag Initial commit. 2016-03-11 16:30:27 +01:00
partial-write-preserve.frag Preserve arguments with inout unless complete writes are made. 2017-08-09 17:06:41 +02:00
pls.frag Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
sample-parameter.frag Add support for SampleId/SampleMask/SamplePosition builtins. 2017-07-24 10:07:31 +02:00
sampler-ms.frag Fix issue with new glslang behavior for samplers as parameters. 2016-07-05 13:21:26 +02:00
sampler-proj.frag Always make a copy when handling OpCompositeInsert 2017-06-26 18:32:53 +01:00
sampler.frag Add explicit in/out locations everywhere. 2017-06-21 09:39:08 +02:00
swizzle.frag Initial commit. 2016-03-11 16:30:27 +01:00
ubo_layout.frag Initial commit. 2016-03-11 16:30:27 +01:00
unary-enclose.frag Fix unary enclosures. 2017-07-24 10:17:19 +02:00