|
Rendu
A lightweight rendering engine for experimentations
|
Light debug fragment shader. More...
Public Member Functions | |
| void | main () |
Public Attributes | |
| uniform vec4 | color |
| The color of the light. | |
| out vec4 | fragColor |
| Color. | |
| out vec3 | fragNormal |
| Normal (view space). | |
| out vec3 | fragEffects |
| Effects (roughness, etc.). | |
Light debug fragment shader.
|
inline |
Simply output the light color, and identify as background (no additional processing)