Skip to content

Commit 7329bb4

Browse files
committed
Update dependencies
1 parent f54fc3f commit 7329bb4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

3rdparty/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
add_definitions(-DBGFX_CONFIG_RENDERER_OPENGL_MIN_VERSION=43)
44
set(BIGG_EXAMPLES OFF CACHE INTERNAL "")
5-
set(BGFX_BUILD_EXAMPLES OFF CACHE INTERNAL "")
65
add_subdirectory(bigg)
76

87
# icon font headers

src/Config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Config::Config() :
99
renderer(bgfx::RendererType::Count), // default renderer, chosen by platform
1010
renderPath(Cluster::RenderPath::Clustered),
1111
tonemappingMode(Renderer::TonemappingMode::ACES),
12-
profile(false),
12+
profile(true),
1313
vsync(false),
1414
sceneFile("assets/models/Sponza/glTF/Sponza.gltf"),
1515
customScene(false),

0 commit comments

Comments
 (0)