mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixed line endings.
This commit is contained in:
parent
92b4a902da
commit
3e5434b720
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ typedef BOOL (WINAPI *D3DPERF_QueryRepeatFrameFunc)();
|
||||||
typedef void (WINAPI *D3DPERF_SetOptionsFunc)(DWORD dwOptions);
|
typedef void (WINAPI *D3DPERF_SetOptionsFunc)(DWORD dwOptions);
|
||||||
typedef DWORD (WINAPI *D3DPERF_GetStatusFunc)();
|
typedef DWORD (WINAPI *D3DPERF_GetStatusFunc)();
|
||||||
|
|
||||||
# define _PIX_SETMARKER(_col, _name) s_renderCtx.m_D3DPERF_SetMarker(_col, L#_name)
|
# define _PIX_SETMARKER(_col, _name) s_renderCtx.m_D3DPERF_SetMarker(_col, KeyL#_name)
|
||||||
# define _PIX_BEGINEVENT(_col, _name) s_renderCtx.m_D3DPERF_BeginEvent(_col, L#_name)
|
# define _PIX_BEGINEVENT(_col, _name) s_renderCtx.m_D3DPERF_BeginEvent(_col, KeyL#_name)
|
||||||
# define _PIX_ENDEVENT() s_renderCtx.m_D3DPERF_EndEvent()
|
# define _PIX_ENDEVENT() s_renderCtx.m_D3DPERF_EndEvent()
|
||||||
|
|
||||||
#elif BX_PLATFORM_XBOX360
|
#elif BX_PLATFORM_XBOX360
|
||||||
|
|
Loading…
Reference in a new issue