// d3dkmddi.h
typedef struct _DXGKARG_SETNATIVEFENCELOGBUFFER_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGKARG_SETNATIVEFENCELOGBUFFER_FLAGS;
View the official Windows Driver Kit DDI referenceNo description available.
DXGKARG_SETNATIVEFENCELOGBUFFER_FLAGS specifies flags to use when writing a native fence log buffer entry.
ReservedReserved for system use.
ValueAn alternative way to access the flags.
For more information about native GPU fences and log buffer usage, see Native GPU fence objects.
DXGKARG_SETNATIVEFENCELOGBUFFER
DxgkDdiSetNativeFenceLogBuffer