DXGK_VIRTUALGPUCAPABILITY structure (dispmprt.h)
Contains information about the virtual GPU capability.
Syntax
typedef struct _DXGK_VIRTUALGPUCAPABILITY {
UINT64 MinValue;
UINT64 MaxValue;
UINT64 OptimalValue;
} DXGK_VIRTUALGPUCAPABILITY, *PDXGK_VIRTUALGPUCAPABILITY;
Members
MinValue
When the vGPU is running, each capability cannot be lower than MinValue and more than MaxValue.
MaxValue
When the vGPU is running, each capability cannot be lower than MinValue and more than MaxValue.
OptimalValue
The optimal value of the capability.
Requirements
Requirement | Value |
---|---|
Header | dispmprt.h |