mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-21 06:33:04 +01:00
Compare commits
2 Commits
v1.136.913
...
v1.139.915
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f40f4ca580 | ||
|
|
eda300c870 |
@@ -45,7 +45,7 @@ cmake_dependent_option(
|
||||
)
|
||||
cmake_dependent_option(BGFX_WITH_WAYLAND "Use Wayland backend." ON "CMAKE_SYSTEM_NAME STREQUAL Linux" OFF)
|
||||
option(BGFX_CUSTOM_TARGETS "Include convenience custom targets." ON)
|
||||
option(BGFX_CONFIG_MULTITHREADED "Build bgfx with multithreaded configuration" ON)
|
||||
cmake_dependent_option(BGFX_CONFIG_MULTITHREADED "Build bgfx with multithreaded configuration" ON "NOT CMAKE_SYSTEM_NAME STREQUAL Emscripten" OFF)
|
||||
option(BGFX_CONFIG_RENDERER_WEBGPU "Enable the webgpu renderer" OFF)
|
||||
option(BGFX_CONFIG_DEBUG_ANNOTATION "Enable gfx debug annotations (default: on in debug)" OFF)
|
||||
|
||||
|
||||
2
bgfx
2
bgfx
Submodule bgfx updated: 011ede6b42...651c203116
2
bimg
2
bimg
Submodule bimg updated: a0204c79f9...b43fea9eae
Reference in New Issue
Block a user