Do something

This commit is contained in:
Bailey Harrison 2022-10-08 12:28:36 +01:00
parent aeda8914da
commit ffed4a9deb

View File

@ -1006,6 +1006,11 @@ namespace engine {
} }
bool GFXDevice::createBuffer(const gfx::BufferDesc& desc, const void* data, gfx::BufferHandle* out)
{
return false;
}
} }
#endif #endif