This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update pbr.fs
pull/4561/head
Ray
2 weeks ago
committed by
GitHub
parent
6c59dc4a65
commit
698bfc48fe
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
examples/shaders/resources/shaders/glsl100/pbr.fs
+ 2
- 2
examples/shaders/resources/shaders/glsl100/pbr.fs
View File
@ -1,6 +1,6 @@
#version
100
precision
highp
f
l
o
a
t
;
precision
highp
f
l
o
a
t
;
#define
MAX_LIGHTS
4
#define
LIGHT_DIRECTIONAL
0
@ -153,4 +153,4 @@ void main()
gl_FragColor
=
v
e
c
4
(
c
o
l
o
r
,
1
.0
)
;
}
}
Write
Preview
Loading…
Cancel
Save