// dispmprt.h
typedef struct _DXGK_VIRTUALGPUPROFILE {
DXGK_VIRTUALGPUCAPABILITY Capability[DXGK_VGPU_CAPABILITY_MAX];
} DXGK_VIRTUALGPUPROFILE, *PDXGK_VIRTUALGPUPROFILE;
View the official Windows Driver Kit DDI referenceNo description available.
Information about a virtual GPU profile.
CapabilityThe 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.