Skip to content

FfxLpmDispatchDescription

struct FfxLpmDispatchDescription

A structure encapsulating the parameters for dispatching the various passes of FidelityFX Luma Preserving Mapper 1.0.

Dependencies: FfxResource

Public Interface

Public Members:

FfxCommandList commandList

FfxCommandList commandList

The FfxCommandList to record LPM rendering commands into.

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 138, column 23)

FfxResource inputColor

FfxResource inputColor

A FfxResource containing the color buffer for the current frame.

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 139, column 23)

FfxResource outputColor

FfxResource outputColor

A FfxResource containing the tone and gamut mapped output color buffer for the current frame.

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 140, column 23)

bool shoulder

bool shoulder

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 141, column 23)

float softGap

float softGap

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 142, column 23)

float hdrMax

float hdrMax

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 143, column 23)

float lpmExposure

float lpmExposure

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 144, column 23)

float contrast

float contrast

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 145, column 23)

float shoulderContrast

float shoulderContrast

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 146, column 23)

float saturation

float saturation

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 147, column 23)

float crosstalk

float crosstalk

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 148, column 23)

FfxLpmColorSpace colorSpace

FfxLpmColorSpace colorSpace

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 149, column 23)

FfxLpmDisplayMode displayMode

FfxLpmDisplayMode displayMode

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 150, column 23)

float displayRedPrimary

float displayRedPrimary

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 151, column 23)

float displayGreenPrimary

float displayGreenPrimary

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 152, column 23)

float displayBluePrimary

float displayBluePrimary

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 153, column 23)

float displayWhitePoint

float displayWhitePoint

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 154, column 23)

float displayMinLuminance

float displayMinLuminance

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 155, column 23)

float displayMaxLuminance

float displayMaxLuminance

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 156, column 23)

Used By: FfxLpm

Source: sdk/include/FidelityFX/host/ffx_lpm.h (line 136, column 1)