// 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 referenceNo description available.
Used to hold the arguments for DXGKDDI_SETTARGETGAMMA.
TargetIdThe identifier of a display adapter's video present target.
GammaRampA D3DKMDT_GAMMA_RAMP struct which describes the type of gamma ramp to set and the buffer containing the ramp data.