glslang-zig/glslang
John Kessenich e770b3e6cf SPV return from main: Simplify a legacy design such returns are not jumps to exit block.
Structured control-flow rules allow leaving the middle of a construct through
a return, but not through a jump to a block that does a return.

Addresses issue #58.
2015-09-14 21:08:58 -06:00
..
GenericCodeGen glslang: Fix over 100 warnings from MSVC warning level 4. 2015-05-15 17:30:55 +00:00
Include SPV return from main: Simplify a legacy design such returns are not jumps to exit block. 2015-09-14 21:08:58 -06:00
MachineIndependent Front-end Arrays of arrays: Add ES-specific checks and tests. AoA should be quite close to done now. 2015-09-11 15:25:38 -06:00
OSDependent Fixes for compiling glslang on Android. 2015-08-17 11:39:38 -04:00
Public Output wrapping #line directives for included content. 2015-07-31 19:41:19 -04:00
CMakeLists.txt Linux build: fix case problem with new file. 2015-07-07 00:53:26 -06:00