// d3dkmddi.h
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;
View the official Windows Driver Kit DDI referenceNo description available.
The stage capability for a matrix lookup table.
MatrixSizeXSize of x-dimension of the matrix.
MatrixSizeYSize of y-dimension of the matrix.
ValueGammaDataCapPointer to a DKGK_GAMMA_DATA_CAP structure.