Sfoglia il codice sorgente

remove unneeded checks

pull/5125/head
Johnny Cena 1 mese fa
parent
commit
a99649b455
2 ha cambiato i file con 2 aggiunte e 4 eliminazioni
  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 Vedi File

@ -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 Vedi File

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

Caricamento…
Annulla
Salva