diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-03-11 14:11:43 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-03-11 14:11:43 +0100 |
| commit | daedb636cb13d030b8ba79c4042a502b1cd2c6e8 (patch) | |
| tree | bfd9268249d3e529aca39f301a83fb225b690dbc /tests | |
| parent | fb77929fb48c1256c24fa6cb758665a3ea7d3130 (diff) | |
sokol_gfx.h gl: storage buffers wip
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index f2ff0754..9c7d3cba 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD 11) # SOKOL_GLCORE, SOKOL_GLES3, SOKOL_D3D11, SOKOL_METAL, SOKOL_WGPU, SOKOL_DUMMY set(SOKOL_BACKEND "SOKOL_DUMMY_BACKEND" CACHE STRING "Select 3D backend API") set_property(CACHE SOKOL_BACKEND PROPERTY STRINGS SOKOL_GLCORE SOKOL_METAL SOKOL_D3D11 SOKOL_DUMMY_BACKEND) -option(SOKOL_FORCE_EGL "Force EGL with GLCORE33 backend" OFF) +option(SOKOL_FORCE_EGL "Force EGL with GLCORE backend" OFF) option(SOKOL_FORCE_SLES "Force SLES in sokol-audio Android backend" OFF) option(USE_ARC "Enable/disable ARC" OFF) option(USE_ANALYZER "Enable/disable clang analyzer" OFF) |