glslang-zig/glslang
Andreas Flöjt 1b93de4f1d Fix construction issue for 8 and 16 bit types.
The problem is that constructing a float16_t, int8_t, uint8_t, int16_t,
or uint16_t with a non 32-bit argument generates an aggregate with the
wrong construction op. For int8_t and uint8_t, this resulted in a crash.
2019-11-11 11:30:22 +01:00
..
GenericCodeGen Non-functional: White space after "//", mostly for copyrights. 2017-01-06 12:34:14 -07:00
Include Bump up the generator version, which is exposed in SPV test results. 2019-11-02 21:26:40 -06:00
MachineIndependent Fix construction issue for 8 and 16 bit types. 2019-11-11 11:30:22 +01:00
OSDependent Fix compileGLSLZeroCopy accidental minification 2019-11-07 11:10:47 -08:00
Public Remove unnecessary semi-colons and add warning about them 2019-10-11 11:25:04 -04:00
CMakeLists.txt Merge pull request #1866 from rumblehhh/master 2019-10-15 04:25:20 -06:00
updateGrammar Separate GLSLANG_WEB (min-size build) and Emscripten options 2019-09-17 23:18:03 -07:00