Sfoglia il codice sorgente

Update pbr.fs

pull/4561/head
Ray 2 settimane fa
committed by GitHub
parent
commit
698bfc48fe
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      examples/shaders/resources/shaders/glsl100/pbr.fs

+ 2
- 2
examples/shaders/resources/shaders/glsl100/pbr.fs Vedi File

@ -1,6 +1,6 @@
#version 100
precision highp float;
precision highp float;
#define MAX_LIGHTS 4
#define LIGHT_DIRECTIONAL 0
@ -153,4 +153,4 @@ void main()
gl_FragColor = vec4(color,1.0);
}
}

Caricamento…
Annulla
Salva