mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
13
src/bgfx.cpp
13
src/bgfx.cpp
@@ -2950,19 +2950,6 @@ error:
|
||||
return false;
|
||||
}
|
||||
|
||||
bool init(RendererType::Enum _type, uint16_t _vendorId, uint16_t _deviceId, CallbackI* _callback, bx::AllocatorI* _allocator)
|
||||
{
|
||||
Init in;
|
||||
|
||||
in.type = _type;
|
||||
in.vendorId = _vendorId;
|
||||
in.deviceId = _deviceId;
|
||||
in.callback = _callback;
|
||||
in.allocator = _allocator;
|
||||
|
||||
return init(in);
|
||||
}
|
||||
|
||||
void shutdown()
|
||||
{
|
||||
BX_TRACE("Shutdown...");
|
||||
|
||||
Reference in New Issue
Block a user