mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -148,7 +148,6 @@ namespace bgfx
|
||||
# if BX_PLATFORM_WINDOWS
|
||||
m_dxgiDebugDll = bx::dlopen("dxgidebug.dll");
|
||||
|
||||
|
||||
if (NULL != m_dxgiDebugDll)
|
||||
{
|
||||
DXGIGetDebugInterface = (PFN_GET_DEBUG_INTERFACE )bx::dlsym(m_dxgiDebugDll, "DXGIGetDebugInterface");
|
||||
|
||||
Reference in New Issue
Block a user