DXGKARG_SETNATIVEFENCELOGBUFFER_FLAGS structure (d3dkmddi.h)
DXGKARG_SETNATIVEFENCELOGBUFFER_FLAGS specifies flags to use when writing a native fence log buffer entry.
Syntax
typedef struct _DXGKARG_SETNATIVEFENCELOGBUFFER_FLAGS {
union {
struct {
UINT Reserved : 32;
};
UINT Value;
};
} DXGKARG_SETNATIVEFENCELOGBUFFER_FLAGS;
Members
Reserved
Reserved for system use.
Value
An alternative way to access the flags.
Remarks
For more information about native GPU fences and log buffer usage, see Native GPU fence objects.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11, version 24H2 |
Header | d3dkmddi.h |