mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 21:13:02 +01:00
Added init debug&profile prarameters for device creation.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
#include "bgfx_p.h"
|
||||
|
||||
#if BGFX_CONFIG_DEBUG_PIX && (BX_PLATFORM_WINDOWS || BX_PLATFORM_LINUX)
|
||||
#if BX_PLATFORM_WINDOWS || BX_PLATFORM_LINUX
|
||||
# if BX_PLATFORM_WINDOWS
|
||||
# include <psapi.h>
|
||||
# endif // BX_PLATFORM_WINDOWS
|
||||
@@ -154,4 +154,4 @@ namespace bgfx
|
||||
|
||||
} // namespace bgfx
|
||||
|
||||
#endif // BGFX_CONFIG_DEBUG_PIX && (BX_PLATFORM_WINDOWS || BX_PLATFORM_LINUX)
|
||||
#endif // BX_PLATFORM_WINDOWS || BX_PLATFORM_LINUX
|
||||
|
||||
Reference in New Issue
Block a user