Foundation
Loading...
Searching...
No Matches
Namespaces | Functions
Postprocess.cpp File Reference
#include "Postprocess.hpp"
#include <algorithm>
#include <array>
#include <cctype>
#include "Tables/ViewLUTs.hpp"

Namespaces

namespace  Postprocess
 

Functions

Span< ViewLUTEntry const > Postprocess::EnumerateViewLUTEntries (ViewLUTDomain domain)
 
int Postprocess::GetDefaultViewLUTIndex (ViewLUTDomain domain)
 
int Postprocess::GetExternalViewLUTIndex (ViewLUTDomain domain)
 
uint32_t Postprocess::MatchViewLUTIndex (ViewLUTDomain domain, StringView view, StringView look, uint32_t defaultIndex)
 
String Postprocess::ResolveSelectedViewLUTPath (ViewLUTDomain domain, int &index, String const &externalPath)
 
RHIResourceFormat Postprocess::GetPostprocessOutputFormat (bool hdr)
 
uint32_t Postprocess::ResolvePostprocessViewLutIndex (TextureHandle sdrViewLut, TextureHandle hdrViewLut, bool useHdrViewLut)