DXGK_BUILDPAGINGBUFFER_UPDATECONTEXTALLOCATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGK_BUILDPAGINGBUFFER_UPDATECONTEXTALLOCATION {
  D3DGPU_VIRTUAL_ADDRESS ContextAllocation;
  UINT64                 ContextAllocationSize;
  PVOID                  pDriverPrivateData;
  UINT                   DriverPrivateDataSize;
} DXGK_BUILDPAGINGBUFFER_UPDATECONTEXTALLOCATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-_dxgk_buildpagingbuffer_updatecontextallocation)

_DXGK_BUILDPAGINGBUFFER_UPDATECONTEXTALLOCATION structure

Description

DXGK_BUILDPAGINGBUFFER_UPDATECONTEXTALLOCATION describes an operation used to update the content of a context or device allocation.

Members

ContextAllocation

A GPU virtual address in the paging process scratch area for the context allocation being updated.

ContextAllocationSize

The size of the context allocation.

pDriverPrivateData

A pointer to the driver-private data that was passed in the call to DxgkCbUpdateContextAllocation.

DriverPrivateDataSize

The size of the driver-private data.

See also

DXGKARG_BUILDPAGINGBUFFER

DxgkCbUpdateContextAllocation