Non-Functional: Add postprocess as more robust way to add capabilities
When capabilities are needed for specific SPIR-V instructions, it is fragile to do so based on GLSL/AST usage; it should be based on actual instructions they got translated to.
Showing
- SPIRV/CMakeLists.txt 1 addition, 0 deletionsSPIRV/CMakeLists.txt
- SPIRV/GlslangToSpv.cpp 4 additions, 12 deletionsSPIRV/GlslangToSpv.cpp
- SPIRV/SpvBuilder.cpp 0 additions, 39 deletionsSPIRV/SpvBuilder.cpp
- SPIRV/SpvBuilder.h 9 additions, 3 deletionsSPIRV/SpvBuilder.h
- SPIRV/SpvPostProcess.cpp 164 additions, 0 deletionsSPIRV/SpvPostProcess.cpp
Loading
Please register or sign in to comment