diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/slang-gfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/slang-gfx.h b/include/slang-gfx.h index a4e616f7b..ec405bac7 100644 --- a/include/slang-gfx.h +++ b/include/slang-gfx.h @@ -2933,7 +2933,7 @@ extern "C" /// Enables debug layer. The debug layer will check all `gfx` calls and verify that uses are /// valid. - SLANG_GFX_API void SLANG_MCALL gfxEnableDebugLayer(); + SLANG_GFX_API void SLANG_MCALL gfxEnableDebugLayer(bool enable); SLANG_GFX_API const char* SLANG_MCALL gfxGetDeviceTypeName(DeviceType type); } |
