// 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 referenceNo description available.
DXGK_BUILDPAGINGBUFFER_UPDATECONTEXTALLOCATION describes an operation used to update the content of a context or device allocation.
ContextAllocationA GPU virtual address in the paging process scratch area for the context allocation being updated.
ContextAllocationSizeThe size of the context allocation.
pDriverPrivateDataA pointer to the driver-private data that was passed in the call to DxgkCbUpdateContextAllocation.
DriverPrivateDataSizeThe size of the driver-private data.