Rendu
A lightweight rendering engine for experimentations
|
Bloom fragment shader. More...
Public Member Functions | |
void | main () |
Public Attributes | |
in vec2 | uv |
UV coordinates. | |
uniform uniform float | luminanceTh |
Luminance minimum threshold. | |
out vec3 | fragColor |
Scene color. | |
Bloom fragment shader.
|
inline |
Extract the areas of the image where the luminance is higher than 1.0.