File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ elseif(ENABLE_GGP)
93
93
add_definitions (-DVK_USE_PLATFORM_GGP)
94
94
95
95
set (VULKAN_LAYER_MODULE_PATH "${CMAKE_INSTALL_PREFIX} /lib${LIB_SUFFIX} /${LIB_SUBFOLDER_TRAIL_SLASH} librenderdoc.so" )
96
- set (VULKAN_ENABLE_VAR "ENABLE_RENDERDOC_VULKAN_CAPTURE " )
96
+ set (VULKAN_ENABLE_VAR "ENABLE_VULKAN_RENDERDOC_CAPTURE " )
97
97
98
98
set (json_in ${CMAKE_CURRENT_SOURCE_DIR} /renderdoc.json)
99
99
set (json_out ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} /renderdoc_capture.json)
@@ -117,7 +117,7 @@ elseif(UNIX)
117
117
endif ()
118
118
119
119
set (VULKAN_LAYER_MODULE_PATH "${CMAKE_INSTALL_PREFIX} /lib${LIB_SUFFIX} /${LIB_SUBFOLDER_TRAIL_SLASH} librenderdoc.so" )
120
- set (VULKAN_ENABLE_VAR "ENABLE_RENDERDOC_VULKAN_CAPTURE " )
120
+ set (VULKAN_ENABLE_VAR "ENABLE_VULKAN_RENDERDOC_CAPTURE " )
121
121
122
122
set (json_in ${CMAKE_CURRENT_SOURCE_DIR} /renderdoc.json)
123
123
set (json_out ${CMAKE_LIBRARY_OUTPUT_DIRECTORY} /renderdoc_capture.json)
You can’t perform that action at this time.
0 commit comments