Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains info about a virtual GPU capability.
Syntax
typedef struct _DXGK_VGPU_CAPABILITY {
UINT64 MinValue;
UINT64 MaxValue;
UINT64 CurrentValue;
} DXGK_VGPU_CAPABILITY, *PDXGK_VGPU_CAPABILITY;
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.
CurrentValue
Requirements
| Requirement | Value |
|---|---|
| Header | dispmprt.h |