Parcourir la source

remove unneeded checks

pull/5125/head
Johnny Cena il y a 2 mois
Parent
révision
a99649b455
2 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. +1
    -2
      examples/models/resources/shaders/glsl100/voxel_lighting.fs
  2. +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 GL_ES
precision mediump float;
#endif
// Input from vertex shader
varying vec3 fragPosition;

+ 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;

Chargement…
Annuler
Enregistrer