Hans-Kristian Arntzen
|
de33d89074
|
Add explicit in/out locations everywhere.
Needed for newer glslang. With Vulkan semantics for SPIR-V, all
locations must be explicitly defined.
|
2017-06-21 09:39:08 +02:00 |
|
Hans-Kristian Arntzen
|
036b9b73f5
|
Emit storage qualifier in the correct place.
Need to emit qualifiers in a specific order for legacy GLSL.
<interpolation> <storage> <precision> <type>.
|
2017-02-24 09:56:17 +01:00 |
|
Hans-Kristian Arntzen
|
0ae2bcc3d0
|
Ensure that floating point literals are float.
Fixes regression from earlier workaround of std::to_string.
Update reference output.
|
2016-03-12 14:22:39 +01:00 |
|
Hans-Kristian Arntzen
|
75471fbb98
|
Initial commit.
|
2016-03-11 16:30:27 +01:00 |
|