This commit is contained in:
Kovid Goyal
2017-10-12 16:10:19 +05:30
parent 555409ea73
commit f2e8877032
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#version 330
#version GLSL_VERSION
uniform sampler2D image;

View File

@@ -1,4 +1,4 @@
#version 330
#version GLSL_VERSION
layout(location=3) in vec4 src;
out vec2 texcoord;