You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,22 @@ option(ANVIL_INCLUDE_XCB_WINDOW_SYSTEM_SUPPORT "Includes XCB window system s
6
6
option(ANVIL_LINK_EXAMPLES"Build examples showing how to use Anvil"OFF)
7
7
option(ANVIL_LINK_STATICALLY_WITH_VULKAN_LIB"Link statically with Vulkan loader. If disabled, Anvil will load the func ptrs from ANVIL_VULKAN_DYNAMIC_DLL_DEPENDENCY at VK instance creation time"ON)
8
8
option(ANVIL_LINK_WITH_GLSLANG"Links with glslang, instead of spawning a new process whenever GLSL->SPIR-V conversion is required"ON)
9
+
option(ANVIL_USE_BUILT_IN_GLSLANG"Use glslang version included with Anvil. If disabled, Anvil will assume ANVIL_GLSLANG_PATH holds path to library's root directory."ON)
9
10
option(ANVIL_USE_BUILT_IN_VULKAN_HEADERS"Use built-in Vulkan headers. If disabled, VK_SDK_PATH and VULKAN_SDK env vars will be assumed to hold the location where the headers can be found."ON)
CACHESTRING"DLL to load Vulkan entrypoints from at Vulkan instance creation time. Only used if ANVIL_LINK_STATICALLY_WITH_VULKAN_LIB is disabled. Only occurs at first Vulkan instance creation time")
0 commit comments