Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
The preference of GPU for the app to run on.
Syntax
typedef enum DXGI_GPU_PREFERENCE {
DXGI_GPU_PREFERENCE_UNSPECIFIED = 0,
DXGI_GPU_PREFERENCE_MINIMUM_POWER,
DXGI_GPU_PREFERENCE_HIGH_PERFORMANCE
} ;
Constants
DXGI_GPU_PREFERENCE_UNSPECIFIEDValue: 0 No preference of GPU. |
DXGI_GPU_PREFERENCE_MINIMUM_POWERPreference for the minimum-powered GPU (such as an integrated graphics processor, or iGPU). |
DXGI_GPU_PREFERENCE_HIGH_PERFORMANCEPreference for the highest performing GPU, such as a discrete graphics processor (dGPU) or external graphics processor (xGPU). |
Remarks
This enumeration is used in the IDXGIFactory6::EnumAdapterByGpuPreference method.
Requirements
| Requirement | Value |
|---|---|
| Header | dxgi1_6.h |