remove unneeded checks

This commit is contained in:
Johnny Cena
2025-08-20 12:18:51 +02:00
parent df200b942c
commit a99649b455
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
#version 100
#ifdef GL_ES
precision mediump float;
#endif
// Input from vertex shader
varying vec3 fragPosition;

View File

@@ -1,7 +1,6 @@
#version 100
#ifdef GL_ES
precision mediump float;
#endif
// Input vertex attributes
attribute vec3 vertexPosition;