summaryrefslogtreecommitdiffstats
path: root/examples/reflection-parameter-blocks/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/reflection-parameter-blocks/main.cpp')
-rw-r--r--examples/reflection-parameter-blocks/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/reflection-parameter-blocks/main.cpp b/examples/reflection-parameter-blocks/main.cpp
index cc20de281..873e785d0 100644
--- a/examples/reflection-parameter-blocks/main.cpp
+++ b/examples/reflection-parameter-blocks/main.cpp
@@ -580,7 +580,7 @@ struct ReflectionParameterBlocksExampleApp : public TestBase
// Vulkan device up and running.
#ifdef _DEBUG
- gfx::gfxEnableDebugLayer();
+ gfx::gfxEnableDebugLayer(true);
#endif
gfx::IDevice::Desc deviceDesc = {};
deviceDesc.deviceType = gfx::DeviceType::Vulkan;