// d3dkmdt.h
typedef struct _D3DKMDT_VIRTUALGPUSURFACEDATA {
UINT64 Size;
UINT Alignment;
UINT DriverSegmentId;
UINT PrivateDriverData;
} D3DKMDT_VIRTUALGPUSURFACEDATA;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_VIRTUALGPUSURFACEDATA structure describes a surface allocated for a virtual GPU (vGPU).
SizeSize in bytes of the surface.
AlignmentThe alignment requirement of the surface, in bytes.
DriverSegmentIdThe identifier of the driver segment that contains the surface.
PrivateDriverDataThe private driver data associated with the surface.
DXGKARG_GETSTANDARDALLOCATIONDRIVERDATA
DxgkDdiGetStandardAllocationDriverData