DXGK_GAMMA_MATRIX_CAP - NtDoc

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

NtDoc

No description available.

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

DXGK_GAMMA_MATRIX_CAP structure

Description

The stage capability for a matrix lookup table.

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.

Remarks

See also