mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 21:13:02 +01:00
Removed 64K/indices dynamic index buffer limit.
This commit is contained in:
@@ -1637,7 +1637,7 @@ namespace bgfx
|
||||
s_ctx->destroyVertexBuffer(_handle);
|
||||
}
|
||||
|
||||
DynamicIndexBufferHandle createDynamicIndexBuffer(uint16_t _num)
|
||||
DynamicIndexBufferHandle createDynamicIndexBuffer(uint32_t _num)
|
||||
{
|
||||
BGFX_CHECK_MAIN_THREAD();
|
||||
return s_ctx->createDynamicIndexBuffer(_num);
|
||||
|
||||
Reference in New Issue
Block a user