DXGK_VIRTUALGPUPROFILE structure (dispmprt.h)

Information about a virtual GPU profile.

Syntax

typedef struct _DXGK_VIRTUALGPUPROFILE {
  DXGK_VIRTUALGPUCAPABILITY Capability[DXGK_VGPU_CAPABILITY_MAX];
} DXGK_VIRTUALGPUPROFILE, *PDXGK_VIRTUALGPUPROFILE;

Members

Capability[DXGK_VGPU_CAPABILITY_MAX]

The array of capability values, which include Memory, Encode, Decode and Compute. A minimum, maximum and optimal values are specified for each capability. When the vGPU is running, each capability cannot be lower than MinValue and more than MaxValue. The driver could assign the current capability value based in the physical GPU load.

Requirements

Requirement Value
Header dispmprt.h