set glsl100 back to 100

This commit is contained in:
Maicon Santana
2025-08-23 10:17:11 +01:00
parent 11bf3996cf
commit c6d7694286
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
#version 120
#version 100
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;

View File

@@ -1,4 +1,6 @@
#version 120
#version 100
precision mediump float;
// Input vertex attributes (from vertex shader)
varying vec2 fragTexCoord;