D3DKMDT_VIRTUALGPUSURFACEDATA - NtDoc

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

typedef struct _D3DKMDT_VIRTUALGPUSURFACEDATA {
  UINT64 Size;
  UINT   Alignment;
  UINT   DriverSegmentId;
  UINT   PrivateDriverData;
} D3DKMDT_VIRTUALGPUSURFACEDATA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmdt-d3dkmdt_virtualgpusurfacedata)

Description

The D3DKMDT_VIRTUALGPUSURFACEDATA structure describes a surface allocated for a virtual GPU (vGPU).

Members

Size

Size in bytes of the surface.

Alignment

The alignment requirement of the surface, in bytes.

DriverSegmentId

The identifier of the driver segment that contains the surface.

PrivateDriverData

The private driver data associated with the surface.

Remarks

See also

DXGKARG_GETSTANDARDALLOCATIONDRIVERDATA

DxgkDdiGetStandardAllocationDriverData