Fixed 10-font example.

This commit is contained in:
Branimir Karadžić
2014-04-16 22:11:14 -07:00
parent b09059c421
commit e39d280a31
5 changed files with 28 additions and 287 deletions

View File

@@ -2321,6 +2321,11 @@ namespace bgfx
s_ctx->setIndexBuffer(_tib, numIndices);
}
void setVertexBuffer(VertexBufferHandle _handle)
{
setVertexBuffer(_handle, 0, UINT32_MAX);
}
void setVertexBuffer(VertexBufferHandle _handle, uint32_t _startVertex, uint32_t _numVertices)
{
BGFX_CHECK_MAIN_THREAD();