mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-29 07:52:28 +00:00
[idd] rewrite to support DirectX12 copy
This commit is contained in:
@@ -25,4 +25,8 @@
|
||||
|
||||
VOID _DBGPRINT(PCSTR kszFunction, INT iLineNumber, LPCSTR kszDebugFormatString, ...);
|
||||
#define DBGPRINT(kszDebugFormatString, ...) \
|
||||
_DBGPRINT(__FUNCTION__, __LINE__, kszDebugFormatString, __VA_ARGS__)
|
||||
_DBGPRINT(__FUNCTION__, __LINE__, kszDebugFormatString "\n", __VA_ARGS__)
|
||||
|
||||
VOID _DBGPRINT_HR(PCSTR kwszFunction, INT iLineNumber, LPCSTR kszDebugFormatString, HRESULT status, ...);
|
||||
#define DBGPRINT_HR(status, kszDebugFormatString, ...) \
|
||||
_DBGPRINT_HR(__FUNCTION__, __LINE__, kszDebugFormatString "\n", status, __VA_ARGS__)
|
||||
|
||||
Reference in New Issue
Block a user