cornerpin: add version to frag shader too

This fixes shader compilation issue on some platforms/drivers
This commit is contained in:
itsmattkc
2022-03-02 19:45:47 -08:00
parent f5b4729a19
commit 780342881e
+2
View File
@@ -1,3 +1,5 @@
#version 130
// Input texture
uniform sampler2D ove_maintex;
uniform sampler2D tex_in;