mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 21:13:02 +01:00
Cleanup.
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
namespace bgfx
|
||||
{
|
||||
static bool s_exit = false;
|
||||
|
||||
void ConstantBuffer::commit(bool _force)
|
||||
{
|
||||
}
|
||||
@@ -33,7 +31,6 @@ namespace bgfx
|
||||
|
||||
void Context::rendererShutdown()
|
||||
{
|
||||
s_exit = true;
|
||||
}
|
||||
|
||||
void Context::rendererCreateIndexBuffer(IndexBufferHandle _handle, Memory* _mem)
|
||||
|
||||
Reference in New Issue
Block a user