$darkmode
Suckless OGL 1.0.0
A lean, high-performance C11 PBR Renderer
PostProcessPreset Struct Reference

Snapshot of every configurable parameter in the pipeline. More...

#include <postprocess.h>

Collaboration diagram for PostProcessPreset:
[legend]

Data Fields

unsigned int active_effects
 
VignetteParams vignette
 
GrainParams grain
 
ExposureParams exposure
 
ChromAbberationParams chrom_abbr
 
WhiteBalanceParams white_balance
 
ColorGradingParams color_grading
 
TonemapParams tonemapper
 
BloomParams bloom
 
DoFParams dof
 
FXAAParams fxaa
 
BandingParams banding
 
FogParams fog
 
LUT3DParams lut3d
 

Detailed Description

Snapshot of every configurable parameter in the pipeline.

Field Documentation

◆ active_effects

unsigned int PostProcessPreset::active_effects

◆ banding

BandingParams PostProcessPreset::banding

◆ bloom

BloomParams PostProcessPreset::bloom

◆ chrom_abbr

ChromAbberationParams PostProcessPreset::chrom_abbr

◆ color_grading

ColorGradingParams PostProcessPreset::color_grading

◆ dof

DoFParams PostProcessPreset::dof

◆ exposure

ExposureParams PostProcessPreset::exposure

◆ fog

FogParams PostProcessPreset::fog

◆ fxaa

FXAAParams PostProcessPreset::fxaa

◆ grain

GrainParams PostProcessPreset::grain

◆ lut3d

LUT3DParams PostProcessPreset::lut3d

◆ tonemapper

TonemapParams PostProcessPreset::tonemapper

◆ vignette

VignetteParams PostProcessPreset::vignette

◆ white_balance

WhiteBalanceParams PostProcessPreset::white_balance

The documentation for this struct was generated from the following file: