|
Foundation
|
Classes | |
| struct | ViewLUTEntry |
Enumerations | |
| enum class | ViewLUTDomain { SDR , HDR } |
Functions | |
| Span< ViewLUTEntry const > | EnumerateViewLUTEntries (ViewLUTDomain domain) |
| int | GetDefaultViewLUTIndex (ViewLUTDomain domain) |
| int | GetExternalViewLUTIndex (ViewLUTDomain domain) |
| uint32_t | MatchViewLUTIndex (ViewLUTDomain domain, StringView view, StringView look, uint32_t defaultIndex) |
| String | ResolveSelectedViewLUTPath (ViewLUTDomain domain, int &index, String const &externalPath) |
| RHIResourceFormat | GetPostprocessOutputFormat (bool hdr) |
| uint32_t | ResolvePostprocessViewLutIndex (TextureHandle sdrViewLut, TextureHandle hdrViewLut, bool useHdrViewLut) |
|
strong |
| Span< ViewLUTEntry const > Postprocess::EnumerateViewLUTEntries | ( | ViewLUTDomain | domain | ) |
| int Postprocess::GetDefaultViewLUTIndex | ( | ViewLUTDomain | domain | ) |
| int Postprocess::GetExternalViewLUTIndex | ( | ViewLUTDomain | domain | ) |
| RHIResourceFormat Postprocess::GetPostprocessOutputFormat | ( | bool | hdr | ) |
| uint32_t Postprocess::MatchViewLUTIndex | ( | ViewLUTDomain | domain, |
| StringView | view, | ||
| StringView | look, | ||
| uint32_t | defaultIndex | ||
| ) |
| uint32_t Postprocess::ResolvePostprocessViewLutIndex | ( | TextureHandle | sdrViewLut, |
| TextureHandle | hdrViewLut, | ||
| bool | useHdrViewLut | ||
| ) |
| String Postprocess::ResolveSelectedViewLUTPath | ( | ViewLUTDomain | domain, |
| int & | index, | ||
| String const & | externalPath | ||
| ) |