Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
Archivist
/
raylib-src
kopie van
https://github.com/raysan5/raylib
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
24
Wiki
Activiteit
Bladeren bron
Review GLSL 120 shaders
Not tested, could have errors
pull/384/head
Ray San
7 jaren geleden
bovenliggende
81518ccd13
commit
4fe8e05a7f
15 gewijzigde bestanden
met
toevoegingen van 0
en
30 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+0
-2
examples/shaders/resources/shaders/glsl120/base.fs
+0
-2
examples/shaders/resources/shaders/glsl120/bloom.fs
+0
-2
examples/shaders/resources/shaders/glsl120/blur.fs
+0
-2
examples/shaders/resources/shaders/glsl120/cross_hatching.fs
+0
-2
examples/shaders/resources/shaders/glsl120/cross_stitching.fs
+0
-2
examples/shaders/resources/shaders/glsl120/distortion.fs
+0
-2
examples/shaders/resources/shaders/glsl120/dream_vision.fs
+0
-2
examples/shaders/resources/shaders/glsl120/fisheye.fs
+0
-2
examples/shaders/resources/shaders/glsl120/grayscale.fs
+0
-2
examples/shaders/resources/shaders/glsl120/pixelizer.fs
+0
-2
examples/shaders/resources/shaders/glsl120/posterization.fs
+0
-2
examples/shaders/resources/shaders/glsl120/predator.fs
+0
-2
examples/shaders/resources/shaders/glsl120/scanlines.fs
+0
-2
examples/shaders/resources/shaders/glsl120/sobel.fs
+0
-2
examples/shaders/resources/shaders/glsl120/swirl.fs
+ 0
- 2
examples/shaders/resources/shaders/glsl120/base.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/bloom.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/blur.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/cross_hatching.fs
Bestand weergeven
@ -1,7 +1,5 @@
#
version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/cross_stitching.fs
Bestand weergeven
@ -1,7 +1,5 @@
#
version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/distortion.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/dream_vision.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/fisheye.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/grayscale.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/pixelizer.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/posterization.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/predator.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/scanlines.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/sobel.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
+ 0
- 2
examples/shaders/resources/shaders/glsl120/swirl.fs
Bestand weergeven
@ -1,7 +1,5 @@
#version
120
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
;
varying
vec4
f
r
a
g
C
o
l
o
r
;
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan