debug: Add renderdoc capture hotkey
This commit is contained in:
parent
04352a9aef
commit
c656105a6c
12 changed files with 922 additions and 58 deletions
3
externals/CMakeLists.txt
vendored
3
externals/CMakeLists.txt
vendored
|
@ -174,6 +174,9 @@ target_include_directories(stb PUBLIC ./stb)
|
|||
add_library(bc_decoder bc_decoder/bc_decoder.cpp)
|
||||
target_include_directories(bc_decoder PUBLIC ./bc_decoder)
|
||||
|
||||
add_library(renderdoc INTERFACE)
|
||||
target_include_directories(renderdoc SYSTEM INTERFACE ./renderdoc)
|
||||
|
||||
if (ANDROID)
|
||||
if (ARCHITECTURE_arm64)
|
||||
add_subdirectory(libadrenotools)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue