mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -120,7 +120,7 @@ static const uint64_t s_ptState[]
|
||||
BGFX_STATE_PT_LINESTRIP,
|
||||
BGFX_STATE_PT_POINTS,
|
||||
};
|
||||
BX_STATIC_ASSERT(BX_COUNTOF(s_ptState) == BX_COUNTOF(s_ptNames) );
|
||||
static_assert(BX_COUNTOF(s_ptState) == BX_COUNTOF(s_ptNames) );
|
||||
|
||||
class ExampleCubes : public entry::AppI
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user