Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
Archivist
/
raylib-src
kopia lustrzana
https://github.com/raysan5/raylib
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Wydania
24
Wiki
Aktywność
Przeglądaj źródła
Review GLSL 120 shaders
Not tested, could have errors
pull/384/head
Ray San
7 lat temu
rodzic
81518ccd13
commit
4fe8e05a7f
15 zmienionych plików
z
0 dodań
i
30 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
Wyświetl plik
@ -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
;
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz