Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Archivist
/
raylib-src
mirror da
https://github.com/raysan5/raylib
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
24
Wiki
Attività
Sfoglia il codice sorgente
Remove unused structures from lighting fragment shaders (
#3497
)
pull/3501/head
Jeffery Myers
1 anno fa
committed by
GitHub
parent
d4c0d3bebe
commit
38205d67da
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG:
4AEE18F83AFDEB23
3 ha cambiato i file
con
0 aggiunte
e
18 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+0
-6
examples/shaders/resources/shaders/glsl100/lighting.fs
+0
-6
examples/shaders/resources/shaders/glsl120/lighting.fs
+0
-6
examples/shaders/resources/shaders/glsl330/lighting.fs
+ 0
- 6
examples/shaders/resources/shaders/glsl100/lighting.fs
Vedi File
@ -18,12 +18,6 @@ uniform vec4 colDiffuse;
#define
LIGHT_DIRECTIONAL
0
#define
LIGHT_POINT
1
struct
MaterialProperty
{
vec3
c
o
l
o
r
;
int
u
s
e
S
a
m
p
l
e
r
;
sampler2D
s
a
m
p
l
e
r
;
}
;
struct
Light
{
int
e
n
a
b
l
e
d
;
int
t
y
p
e
;
+ 0
- 6
examples/shaders/resources/shaders/glsl120/lighting.fs
Vedi File
@ -16,12 +16,6 @@ uniform vec4 colDiffuse;
#define
LIGHT_DIRECTIONAL
0
#define
LIGHT_POINT
1
struct
MaterialProperty
{
vec3
c
o
l
o
r
;
int
u
s
e
S
a
m
p
l
e
r
;
sampler2D
s
a
m
p
l
e
r
;
}
;
struct
Light
{
int
e
n
a
b
l
e
d
;
int
t
y
p
e
;
+ 0
- 6
examples/shaders/resources/shaders/glsl330/lighting.fs
Vedi File
@ -19,12 +19,6 @@ out vec4 finalColor;
#define
LIGHT_DIRECTIONAL
0
#define
LIGHT_POINT
1
struct
MaterialProperty
{
vec3
c
o
l
o
r
;
int
u
s
e
S
a
m
p
l
e
r
;
sampler2D
s
a
m
p
l
e
r
;
}
;
struct
Light
{
int
e
n
a
b
l
e
d
;
int
t
y
p
e
;
Scrivi
Anteprima
Caricamento…
Annulla
Salva