mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed draw indirect.
This commit is contained in:
@@ -415,7 +415,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
bgfx::submit(0, m_program, m_indirect_buffer_handle, 0, uint16_t(numToDraw));
|
||||
bgfx::submit(0, m_program, m_indirect_buffer_handle, 0, numToDraw);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user