Added init debug&profile prarameters for device creation.

This commit is contained in:
Branimir Karadžić
2018-06-18 17:51:02 -07:00
parent 218c9e5ea1
commit 694735f95c
9 changed files with 38 additions and 15 deletions

View File

@@ -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