mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 15:13:11 +00:00
remove unneeded checks
This commit is contained in:
parent
df200b942c
commit
a99649b455
@ -1,7 +1,6 @@
|
||||
#version 100
|
||||
#ifdef GL_ES
|
||||
|
||||
precision mediump float;
|
||||
#endif
|
||||
|
||||
// Input from vertex shader
|
||||
varying vec3 fragPosition;
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
#version 100
|
||||
#ifdef GL_ES
|
||||
|
||||
precision mediump float;
|
||||
#endif
|
||||
|
||||
// Input vertex attributes
|
||||
attribute vec3 vertexPosition;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user