]> git.tdb.fi Git - libs/gl.git/commit
Support compute shaders in the shader compiler
authorMikko Rasa <tdb@tdb.fi>
Mon, 11 Apr 2022 11:44:16 +0000 (14:44 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 11 Apr 2022 12:03:53 +0000 (15:03 +0300)
commit30c7ba8f7fd08c13562c86bf651bdc3ec8d30ab5
treeb643355b904cbdb80f6f280d1664cc76ef77867e
parent2b1dc627491c987b0459226dcb8ac6aadd7ee4d3
Support compute shaders in the shader compiler
builtin_data/_builtin.glsl
source/glsl/finalize.cpp
source/glsl/preprocessor.cpp
source/glsl/spirv.cpp
source/glsl/spirvconstants.h
source/glsl/syntax.cpp
source/glsl/syntax.h
source/glsl/validate.cpp