DXGK_GAMMA_MATRIX_CAP structure (d3dkmddi.h)
The stage capability for a matrix lookup table.
Syntax
typedef struct _DXGK_GAMMA_MATRIX_CAP {
union {
struct {
UINT MatrixSizeX : 10;
UINT MatrixSizeY : 10;
};
UINT Value;
};
DKGK_GAMMA_DATA_CAP GammaDataCap;
} DXGK_GAMMA_MATRIX_CAP, *PDXGK_GAMMA_MATRIX_CAP;
Members
MatrixSizeX
Size of x-dimension of the matrix.
MatrixSizeY
Size of y-dimension of the matrix.
Value
GammaDataCap
Pointer to a DKGK_GAMMA_DATA_CAP structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | d3dkmddi.h |