This commit is contained in:
Branimir Karadžić
2018-06-21 20:11:56 -07:00
parent 9b9536420f
commit 31a4fc4d51

View File

@@ -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...");