Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
GPUShaders::Frag::Fxaa Class Reference

Fxaa fragment shader. More...

Public Member Functions

void main ()
 

Public Attributes

in vec2 uv
 UV coordinates.
 
uniform uniform vec2 inverseScreenSize
 Size of one-pixel in UV space.
 
out vec3 fragColor
 Color.
 

Detailed Description

Fxaa fragment shader.

See also
GPUShaders::Common::Colors, GPUShaders::Common::Samplers

Member Function Documentation

◆ main()

void GPUShaders::Frag::Fxaa::main ( )
inline

Performs FXAA post-process anti-aliasing as described in the Nvidia FXAA white paper and the associated shader code.


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