Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows the gamma LUT to be set on a path which is identified by the target id.
Syntax
DXGKDDI_SETTARGETGAMMA DxgkddiSettargetgamma;
NTSTATUS DxgkddiSettargetgamma(
IN_CONST_HANDLE hAdapter,
IN_CONST_PDXGKARG_SETTARGETGAMMA pSetTargetGammaArg
)
{...}
Parameters
hAdapter
A handle that identifies the adapter.
pSetTargetGammaArg
A pointer to a DXGKARG_SETTARGETGAMMA structure that provides the target id to be modified and provides the gamma ramp to be set.
Return value
If this routine succeeds, it returns STATUS_SUCCESS.
Remarks
This function is always called at PASSIVE level so the supporting code should be made pageable.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | d3dkmddi.h |