Athugasemd
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 |