Added SPIRV-Reflect library
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -19,3 +19,6 @@
|
||||
[submodule "3rdparty/vma"]
|
||||
path = 3rdparty/vma
|
||||
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
||||
[submodule "spirvreflect"]
|
||||
path = 3rdparty/spirv-reflect
|
||||
url = https://github.com/KhronosGroup/SPIRV-Reflect.git
|
||||
|
||||
1
3rdparty/spirv-reflect
vendored
Submodule
1
3rdparty/spirv-reflect
vendored
Submodule
Submodule 3rdparty/spirv-reflect added at 1aceb6af56
@@ -161,6 +161,10 @@ list (APPEND EXTRA_LIBS "glslang")
|
||||
list (APPEND EXTRA_LIBS "SPIRV")
|
||||
endif()
|
||||
|
||||
# ---- SPIRV-Reflect ----
|
||||
include_directories(3rdparty/spirv-reflect)
|
||||
add_sources(3rdparty/spirv-reflect/spirv_reflect.c)
|
||||
|
||||
# ---- OpenGL ----
|
||||
if(ANDROID)
|
||||
list (APPEND EXTRA_LIBS "EGL")
|
||||
|
||||
Reference in New Issue
Block a user