mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 05:23:00 +01:00
Added ability to expose internal data (D3D device/GL context).
This commit is contained in:
@@ -752,6 +752,7 @@ namespace bgfx { namespace d3d9
|
||||
|
||||
m_initialized = true;
|
||||
|
||||
g_internalData.context = m_device;
|
||||
return true;
|
||||
|
||||
error:
|
||||
|
||||
Reference in New Issue
Block a user