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
set glsl100 back to 100
pull/5138/head
Maicon Santana
1 month ago
parent
11bf3996cf
commit
c6d7694286
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
examples/shaders/resources/shaders/glsl100/julia_set.fs
+3
-1
examples/shaders/resources/shaders/glsl100/mask.fs
+ 3
- 1
examples/shaders/resources/shaders/glsl100/julia_set.fs
View File
@ -1,4 +1,6 @@
#version
120
#version
100
precision
mediump
f
l
o
a
t
;
//
Input
vertex
attributes
(from
vertex
s
h
a
d
e
r
)
varying
vec2
f
r
a
g
T
e
x
C
o
o
r
d
;
+ 3
- 1
examples/shaders/resources/shaders/glsl100/mask.fs
View File
@ -1,4 +1,6 @@
#version
120
#version
100
precision
mediump
f
l
o
a
t
;
//
Input
vertex
attributes
(from
vertex
s
h
a
d
e
r
)
varying
vec2
f
r
a
g
T
e
x
C
o
o
r
d
;
Write
Preview
Loading…
Cancel
Save