Gets a description of the gamma-control capabilities.
public:
HRESULT GetGammaControlCapabilities(
DXGI_GAMMA_CONTROL_CAPABILITIES *pGammaCaps
)
pGammaCaps
Type: DXGI_GAMMA_CONTROL_CAPABILITIES *
[out] A pointer to a description of the gamma-control capabilities (see DXGI_GAMMA_CONTROL_CAPABILITIES).
Type: HRESULT
Returns one of the DXGI_ERROR values.
Xbox note: This method can only be called when this output is owned by a device.
For info about using gamma correction, see Using gamma correction.
Header: Declared in d3d11_x.h (dxgi.h on other Windows platforms).
Library: Use d3d11_x.lib (dxgi.lib on other Windows platforms).