DKGK_GAMMA_DATA_CAP structure (d3dkmddi.h)
Limite de données gamma.
Syntaxe
typedef struct _DKGK_GAMMA_DATA_CAP {
DXGK_GAMMA_DATA_TYPE DataType;
union {
struct {
UINT BitCountOfInteger : 6;
UINT BitCountOfFraction : 6;
};
struct {
UINT BitCountOfExponent : 6;
UINT BitCountOfMantissa : 6;
};
UINT Value;
};
float NumericRangeMin;
float NumericRangeMax;
} DKGK_GAMMA_DATA_CAP;
Membres
DataType
Valeur d’énumération DXGK_GAMMA_DATA_TYPE .
BitCountOfInteger
Nombre de bits d’entier si DataType est à point fixe(DXGK_GAMMA_DATA_TYPE_FIXED_POINT).
BitCountOfFraction
Nombre de bits de fraction si DataType est à point fixe(DXGK_GAMMA_DATA_TYPE_FIXED_POINT).
BitCountOfExponent
Nombre de bits de l’exposant si le DataType est float(DXGK_GAMMA_DATA_TYPE_FLOAT).
BitCountOfMantissa
Nombre de bits de mantisse si le DataType est float(DXGK_GAMMA_DATA_TYPE_FLOAT).
Value
NumericRangeMin
Nombre minimal de données gamma.
NumericRangeMax
Nombre maximal de données gamma.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 10 version 1903 |
En-tête | d3dkmddi.h |