Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DXGKARG_QUERYCURRENTFENCE structure describes the latest completed submission fence.
Syntax
typedef struct _DXGKARG_QUERYCURRENTFENCE {
[out] UINT CurrentFence;
[in] UINT NodeOrdinal;
[in] UINT EngineOrdinal;
} DXGKARG_QUERYCURRENTFENCE;
Members
[out] CurrentFence
The current fence data.
[in] NodeOrdinal
The zero-based index of the node for the current fence.
[in] EngineOrdinal
The zero-based index of the engine, within the node that NodeOrdinal specifies, for the current fence.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Header | d3dkmddi.h (include D3dkmddi.h) |