// d3dkmddi.h
typedef struct _DXGK_GAMMA_1DLUT_CAP {
UINT NumberOfLUTEntries;
DKGK_GAMMA_DATA_CAP GammaDataCap;
} DXGK_GAMMA_1DLUT_CAP, *PDXGK_GAMMA_1DLUT_CAP;
View the official Windows Driver Kit DDI referenceNo description available.
The gamma 1D lookup table stage caps.
NumberOfLUTEntriesNumber of lookup table entries.
GammaDataCapThe data type of the lookup table, either fixed-point or float-point.