Този сайт работи по-добре с JavaScript.
Начало
Каталог
Помощ
Вход
Archivist
/
raylib-src
огледало от
https://github.com/raysan5/raylib
Наблюдаван
1
Харесван
0
Разклонения
0
Код
Задачи
0
Версии
24
Уики
Activity
Преглед на файлове
Review GLSL 120 shaders
Not tested, could have errors
pull/384/head
Ray San
преди 7 години
родител
81518ccd13
ревизия
4fe8e05a7f
променени са
15 файла
, в които са
добавени 0
реда и са
изтрити 30
реда
Разделен изглед
Diff Options
Показване на статистика
Download Patch File
Download Diff File
+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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
Целия файл
@ -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
;
Пиши
Преглед
Зареждане…
Отказ
Запис