Cleanup.
This commit is contained in:
parent
2c4e35508b
commit
a5d9d33264
@ -286,6 +286,7 @@ namespace bgfx
|
||||
BX_MACRO_BLOCK_BEGIN \
|
||||
int32_t __result__ = _call; \
|
||||
BX_CHECK(1 == __result__, #_call " FAILED 0x%08x\n", __result__); \
|
||||
BX_UNUSED(__result__); \
|
||||
BX_MACRO_BLOCK_END
|
||||
|
||||
void NvApi::setMarker(const bx::StringView& _marker)
|
||||
|
Loading…
Reference in New Issue
Block a user