DXGKARG_SETTARGETGAMMA structure (d3dkmddi.h)

Used to hold the arguments for DXGKDDI_SETTARGETGAMMA.

Syntax

typedef struct _DXGKARG_SETTARGETGAMMA {
  IN D3DDDI_VIDEO_PRESENT_TARGET_ID TargetId;
  IN D3DKMDT_GAMMA_RAMP             GammaRamp;
} DXGKARG_SETTARGETGAMMA;

Members

TargetId

The identifier of a display adapter's video present target.

GammaRamp

A D3DKMDT_GAMMA_RAMP struct which describes the type of gamma ramp to set and the buffer containing the ramp data.

Requirements

Requirement Value
Header d3dkmddi.h