]> git.tdb.fi Git - libs/gl.git/commit
Add a SPIR-V backend to the GLSL compiler
authorMikko Rasa <tdb@tdb.fi>
Fri, 9 Apr 2021 14:31:47 +0000 (17:31 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 9 Apr 2021 14:45:42 +0000 (17:45 +0300)
commitcc5483cc709fdf7b6966a3e69dabfcafebaaffa0
tree1a9675016259b6847ea65eb17776b5c3df14652f
parent577a93f39f9b4d0f5101cd2f539fc774e7b06825
Add a SPIR-V backend to the GLSL compiler
source/glsl/compiler.cpp
source/glsl/compiler.h
source/glsl/glsl_error.h
source/glsl/reflect.h
source/glsl/spirv.cpp [new file with mode: 0644]
source/glsl/spirv.h [new file with mode: 0644]
source/glsl/spirvconstants.h [new file with mode: 0644]
source/glsl/spirvwriter.cpp [new file with mode: 0644]
source/glsl/spirvwriter.h [new file with mode: 0644]