SPIR-V compression: Add stripping and remapping tools for compressibility of generated SPIR-V.
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@31180 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
parent
3a44d7fee8
commit
4217d2ea22
6 changed files with 1594 additions and 5 deletions
|
|
@ -13,6 +13,10 @@ else(WIN32)
|
|||
message("unkown platform")
|
||||
endif(WIN32)
|
||||
|
||||
if(CMAKE_COMPILER_IS_GNUCXX)
|
||||
add_definitions(-std=c++11)
|
||||
endif()
|
||||
|
||||
add_subdirectory(glslang)
|
||||
add_subdirectory(OGLCompilersDLL)
|
||||
add_subdirectory(StandAlone)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue