DXGK_GAMMA_1DLUT_CAP - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmddi-dxgk_gamma_1dlut_cap)

DXGK_GAMMA_1DLUT_CAP structure

Description

The gamma 1D lookup table stage caps.

Members

NumberOfLUTEntries

Number of lookup table entries.

GammaDataCap

The data type of the lookup table, either fixed-point or float-point.

Remarks

See also