Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Archivist
/
raylib-src
miroir de
https://github.com/raysan5/raylib
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
24
Wiki
Activité
Parcourir la source
remove unneeded checks
pull/5125/head
Johnny Cena
il y a 2 mois
Parent
df200b942c
révision
a99649b455
2 fichiers modifiés
avec
2 ajouts
et
4 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-2
examples/models/resources/shaders/glsl100/voxel_lighting.fs
+1
-2
examples/models/resources/shaders/glsl100/voxel_lighting.vs
+ 1
- 2
examples/models/resources/shaders/glsl100/voxel_lighting.fs
Voir le fichier
@ -1,7 +1,6 @@
#version
100
#ifdef
G
L
_
E
S
precision
mediump
f
l
o
a
t
;
#
e
n
d
i
f
//
Input
from
vertex
s
h
a
d
e
r
varying
vec3
f
r
a
g
P
o
s
i
t
i
o
n
;
+ 1
- 2
examples/models/resources/shaders/glsl100/voxel_lighting.vs
Voir le fichier
@ -1,7 +1,6 @@
#version 100
#ifdef GL_ES
precision mediump float;
#endif
// Input vertex attributes
attribute vec3 vertexPosition;
Écrire
Aperçu
Chargement…
Annuler
Enregistrer