This commit is contained in:
Branimir Karadžić 2017-12-21 18:34:42 -08:00
Родитель 23542707ca
Коммит c38a853651
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -576,6 +576,7 @@ namespace bgfx { namespace d3d12
#endif // BX_COMPILER_MSVC
}
#if BGFX_CONFIG_DEBUG_PIX && BX_PLATFORM_WINDOWS
static PIXEventsThreadInfo temp;
PIXEventsThreadInfo* WINAPI stubPIXGetThreadInfo()
@ -588,6 +589,7 @@ namespace bgfx { namespace d3d12
BX_UNUSED(_getEarliestTime);
return 0;
}
#endif // BGFX_CONFIG_DEBUG_PIX && BX_PLATFORM_WINDOWS
struct RendererContextD3D12 : public RendererContextI
{