D3DKMDT_VIRTUALGPUSURFACEDATA structure (d3dkmdt.h)

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

Syntax

typedef struct _D3DKMDT_VIRTUALGPUSURFACEDATA {
  UINT64 Size;
  UINT   Alignment;
  UINT   DriverSegmentId;
  UINT   PrivateDriverData;
} D3DKMDT_VIRTUALGPUSURFACEDATA;

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.

Requirements

Requirement Value
Header d3dkmdt.h

See also

DXGKARG_GETSTANDARDALLOCATIONDRIVERDATA

DxgkDdiGetStandardAllocationDriverData