X-Git-Url: https://gitweb.ps.run/subsurface_scattering/blobdiff_plain/7a181bdf261b620adb266a4f6b485a0afd1ed306..c99ecda7bed596922125f6b1ef1ef2ae8f27703e:/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; }