DXGKARG_SETTARGETGAMMA - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmddi.h

typedef struct _DXGKARG_SETTARGETGAMMA {
  IN D3DDDI_VIDEO_PRESENT_TARGET_ID TargetId;
  IN D3DKMDT_GAMMA_RAMP             GammaRamp;
} DXGKARG_SETTARGETGAMMA;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_DXGKARG_SETTARGETGAMMA structure

Description

Used to hold the arguments for DXGKDDI_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.