mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 05:23:00 +01:00
Added ability to bind static index buffer to compute.
This commit is contained in:
@@ -33,7 +33,7 @@ namespace bgfx
|
||||
{
|
||||
}
|
||||
|
||||
void createIndexBuffer(IndexBufferHandle /*_handle*/, Memory* /*_mem*/) BX_OVERRIDE
|
||||
void createIndexBuffer(IndexBufferHandle /*_handle*/, Memory* /*_mem*/, uint8_t /*_flags*/) BX_OVERRIDE
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user