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

Box blur 2d array fragment shader. More...

Public Member Functions

void main ()
 

Public Attributes

in vec2 uv
 UV coordinates.
 
uniform uniform int layer
 The array layer to sample.
 
out vec4 fragColor
 Color.
 

Detailed Description

Box blur 2d array fragment shader.

See also
GPUShaders::Common::Samplers

Member Function Documentation

◆ main()

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

Perform a 5x5 box blur on the input image using 25 samples.


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