14 #error Don't include this file directly - use pix3.h 38 #define WINPIX_EVENT_UNICODE_VERSION 0 39 #define WINPIX_EVENT_ANSI_VERSION 1 40 #define WINPIX_EVENT_PIX3BLOB_VERSION 2 42 #define D3D12_EVENT_METADATA WINPIX_EVENT_PIX3BLOB_VERSION 44 __forceinline UINT64 PIXGetTimestampCounter()
46 LARGE_INTEGER time = {};
47 QueryPerformanceCounter(&time);
51 #define PIXSetCPUMarkerOnContext(context, metadata, ...) MakeCPUSetMarkerForContext(metadata, context, __VA_ARGS__) 52 #define PIXBeginCPUEventOnContext(context, metadata, ...) MakeCPUBeginEventForContext(metadata, context, __VA_ARGS__) 53 #define PIXEndCPUEventOnContext(context) MakeCPUEndEventForContext(context) Definition: pix3_win.h:24
Definition: pix3_win.h:20