From 5f12191c054461cddae9ca99e4de57dd4a62459f Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Sun, 12 May 2019 23:15:49 +0200 Subject: [PATCH] - fix validation error for shader input not declared by main.vp --- wadsrc/static/shaders/glsl/stencil.fp | 1 - 1 file changed, 1 deletion(-) diff --git a/wadsrc/static/shaders/glsl/stencil.fp b/wadsrc/static/shaders/glsl/stencil.fp index d74133113..f6bc4dad0 100644 --- a/wadsrc/static/shaders/glsl/stencil.fp +++ b/wadsrc/static/shaders/glsl/stencil.fp @@ -1,4 +1,3 @@ -layout(location=2) in vec4 pixelpos; layout(location=0) out vec4 FragColor; void main()