mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-04 14:08:30 +00:00
update glslang
This commit is contained in:
parent
c638e82678
commit
e118c9e5da
4 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
|||
set(SKIP_GLSLANG_INSTALL ON CACHE BOOL "Skip installation" FORCE)
|
||||
set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL "Builds glslangValidator and spirv-remap" FORCE)
|
||||
set(ENABLE_OPT OFF CACHE BOOL "Enables spirv-opt capability if present" FORCE)
|
||||
set(ENABLE_HLSL OFF CACHE BOOL "Enables HLSL input support" FORCE)
|
||||
set(ENABLE_AMD_EXTENSIONS ON CACHE BOOL "Enables support of AMD-specific extensions" FORCE)
|
||||
set(ENABLE_NV_EXTENSIONS ON CACHE BOOL "Enables support of Nvidia-specific extensions" FORCE)
|
||||
add_subdirectory(glslang)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c99304c5dc513c43b8f329663326331fc67d9e4d
|
||||
Subproject commit c11e3156af2297f89a23c8db3f5e2323733ee556
|
||||
Loading…
Add table
Add a link
Reference in a new issue