Navigation
API > API/Runtime > API/Runtime/Core
Defines the type of format the backbuffer expects. You must update values in TonemapCommon.ush when changing this enum
| Name | EDisplayOutputFormat |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
enum EDisplayOutputFormat
{
SDR_sRGB = 0,
SDR_Rec709 = 1,
SDR_ExplicitGammaMapping = 2,
HDR_ACES_1000nit_ST2084 = 3,
HDR_ACES_2000nit_ST2084 = 4,
HDR_ACES_1000nit_ScRGB = 5,
HDR_ACES_2000nit_ScRGB = 6,
HDR_LinearEXR = 7,
HDR_LinearNoToneCurve = 8,
HDR_LinearWithToneCurve = 9,
MAX,
}
Values
| Name | Remarks |
|---|---|
| SDR_sRGB | |
| SDR_Rec709 | |
| SDR_ExplicitGammaMapping | |
| HDR_ACES_1000nit_ST2084 | |
| HDR_ACES_2000nit_ST2084 | |
| HDR_ACES_1000nit_ScRGB | |
| HDR_ACES_2000nit_ScRGB | |
| HDR_LinearEXR | |
| HDR_LinearNoToneCurve | |
| HDR_LinearWithToneCurve | |
| MAX |