X-Git-Url: https://gitweb.ps.run/subsurface_scattering/blobdiff_plain/7a181bdf261b620adb266a4f6b485a0afd1ed306..0a5e8172a6ee0e79c81eec21a9966bea9385b249:/shaders/fbo_vert.glsl diff --git a/shaders/fbo_vert.glsl b/shaders/fbo_vert.glsl index fb80df5..0cf6138 100644 --- a/shaders/fbo_vert.glsl +++ b/shaders/fbo_vert.glsl @@ -6,6 +6,7 @@ out vec2 TexCoords; void main() { + // this is just a plane that covers the screen gl_Position = vec4(aPos.x, aPos.y, 0.0, 1.0); TexCoords = aTexCoords; }