Added compute buffer support.

This commit is contained in:
Branimir Karadžić
2014-12-09 23:16:27 -08:00
parent 3fca947ad0
commit ad47659669
11 changed files with 295 additions and 83 deletions

View File

@@ -49,7 +49,7 @@ namespace bgfx
{
}
void createVertexBuffer(VertexBufferHandle /*_handle*/, Memory* /*_mem*/, VertexDeclHandle /*_declHandle*/) BX_OVERRIDE
void createVertexBuffer(VertexBufferHandle /*_handle*/, Memory* /*_mem*/, VertexDeclHandle /*_declHandle*/, uint8_t /*_flags*/) BX_OVERRIDE
{
}
@@ -69,7 +69,7 @@ namespace bgfx
{
}
void createDynamicVertexBuffer(VertexBufferHandle /*_handle*/, uint32_t /*_size*/) BX_OVERRIDE
void createDynamicVertexBuffer(VertexBufferHandle /*_handle*/, uint32_t /*_size*/, uint8_t /*_flags*/) BX_OVERRIDE
{
}