glslang-zig/SPIRV
David Neto 3e6a33cedf spv::Builder::Loop constructor inits all members.
After construction, the Loop is effectively const.

This perturbs the IDs in SPIR-V tests because the body block
is created before generating any of the loop code, rather than
only when the body is first referenced.
2015-07-22 12:24:21 -04:00
..
CMakeLists.txt Final round for line endings. 2015-06-26 16:58:36 -06:00
disassemble.cpp Final round for line endings. 2015-06-26 16:58:36 -06:00
disassemble.h Final round for line endings. 2015-06-26 16:58:36 -06:00
doc.cpp Final round for line endings. 2015-06-26 16:58:36 -06:00
doc.h Fix most clang warnings 2015-07-11 14:45:57 +02:00
GLSL450Lib.h Final round for line endings. 2015-06-26 16:58:36 -06:00
GlslangToSpv.cpp Merge pull request #22 from google/structured-do-while 2015-07-20 22:14:38 -06:00
GlslangToSpv.h Updated command-line options, adding -o for saving binaries, -G for OpenGL SPIR-V validation, -v etc. 2015-07-12 19:28:10 -06:00
spirv.h Include specification revision as part of the version string. 2015-07-15 10:03:39 -06:00
SpvBuilder.cpp spv::Builder::Loop constructor inits all members. 2015-07-22 12:24:21 -04:00
SpvBuilder.h spv::Builder::Loop constructor inits all members. 2015-07-22 12:24:21 -04:00
spvIR.h Final round for line endings. 2015-06-26 16:58:36 -06:00
SPVRemapper.cpp Comment out some dead assignments per suggestion from static analysis tools. 2015-07-15 14:34:35 -06:00
SPVRemapper.h Fix include directive depending on root folder name 2015-07-02 15:25:23 +02:00