mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -527,7 +527,7 @@ public:
|
||||
m_temporaryColor.m_buffer,
|
||||
m_currentColor.m_buffer,
|
||||
};
|
||||
BX_STATIC_ASSERT(BX_COUNTOF(destBuffer) == DENOISE_MAX_PASSES);
|
||||
static_assert(BX_COUNTOF(destBuffer) == DENOISE_MAX_PASSES);
|
||||
|
||||
const uint32_t denoisePasses = bx::min(DENOISE_MAX_PASSES, m_denoisePasses);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user