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

Parameters for Fast Approximate Anti-Aliasing. More...

#include <postprocess.h>

Data Fields

float subpix
 
float edge_threshold
 
float edge_threshold_min
 

Detailed Description

Parameters for Fast Approximate Anti-Aliasing.

Field Documentation

◆ edge_threshold

float FXAAParams::edge_threshold

Edge detection threshold (0.063 - 0.333).

◆ edge_threshold_min

float FXAAParams::edge_threshold_min

Minimum edge threshold (0.0312 - 0.0833).

◆ subpix

float FXAAParams::subpix

Sub-pixel quality (0.0 - 1.0).


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