Removed 64K/indices dynamic index buffer limit.

This commit is contained in:
bkaradzic
2013-10-21 22:04:41 -07:00
parent 9646ecfc9c
commit cbac476ee1
3 changed files with 33 additions and 4 deletions

View File

@@ -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);