aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-04-07 11:48:09 +0200
committerraysan5 <raysan5@gmail.com>2016-04-07 11:48:09 +0200
commit78b502b0bf1ee796d86837c611150ed5f8d58fd2 (patch)
treef0efc476e32c3141e7a3395f32ac971caa478649
parent3b67a4cfba7d3b5dca805b1d1718fd2c9db64e99 (diff)
downloadraylib-78b502b0bf1ee796d86837c611150ed5f8d58fd2.tar.gz
raylib-78b502b0bf1ee796d86837c611150ed5f8d58fd2.zip
Folders rename for consistency on shaders version
-rw-r--r--shaders/glsl100/base.vs (renamed from shaders/gles100/base.vs)0
-rw-r--r--shaders/glsl100/bloom.fs (renamed from shaders/gles100/bloom.fs)0
-rw-r--r--shaders/glsl100/blur.fs (renamed from shaders/gles100/blur.fs)0
-rw-r--r--shaders/glsl100/cross_hatching.fs (renamed from shaders/gles100/cross_hatching.fs)0
-rw-r--r--shaders/glsl100/cross_stitching.fs (renamed from shaders/gles100/cross_stitching.fs)0
-rw-r--r--shaders/glsl100/dream_vision.fs (renamed from shaders/gles100/dream_vision.fs)0
-rw-r--r--shaders/glsl100/fisheye.fs (renamed from shaders/gles100/fisheye.fs)0
-rw-r--r--shaders/glsl100/grayscale.fs (renamed from shaders/gles100/grayscale.fs)0
-rw-r--r--shaders/glsl100/pixel.fs (renamed from shaders/gles100/pixel.fs)0
-rw-r--r--shaders/glsl100/posterization.fs (renamed from shaders/gles100/posterization.fs)0
-rw-r--r--shaders/glsl100/predator.fs (renamed from shaders/gles100/predator.fs)0
-rw-r--r--shaders/glsl100/scanlines.fs (renamed from shaders/gles100/scanlines.fs)0
-rw-r--r--shaders/glsl100/swirl.fs (renamed from shaders/gles100/swirl.fs)0
-rw-r--r--shaders/glsl100/template.fs (renamed from shaders/gles100/template.fs)0
-rw-r--r--shaders/glsl330/base.vs (renamed from shaders/gl330/base.vs)0
-rw-r--r--shaders/glsl330/bloom.fs (renamed from shaders/gl330/bloom.fs)0
-rw-r--r--shaders/glsl330/blur.fs (renamed from shaders/gl330/blur.fs)0
-rw-r--r--shaders/glsl330/cross_hatching.fs (renamed from shaders/gl330/cross_hatching.fs)0
-rw-r--r--shaders/glsl330/cross_stitching.fs (renamed from shaders/gl330/cross_stitching.fs)0
-rw-r--r--shaders/glsl330/dream_vision.fs (renamed from shaders/gl330/dream_vision.fs)0
-rw-r--r--shaders/glsl330/fisheye.fs (renamed from shaders/gl330/fisheye.fs)0
-rw-r--r--shaders/glsl330/grayscale.fs (renamed from shaders/gl330/grayscale.fs)0
-rw-r--r--shaders/glsl330/phong.fs (renamed from shaders/gl330/phong.fs)0
-rw-r--r--shaders/glsl330/phong.vs (renamed from shaders/gl330/phong.vs)0
-rw-r--r--shaders/glsl330/pixel.fs (renamed from shaders/gl330/pixel.fs)0
-rw-r--r--shaders/glsl330/posterization.fs (renamed from shaders/gl330/posterization.fs)0
-rw-r--r--shaders/glsl330/predator.fs (renamed from shaders/gl330/predator.fs)0
-rw-r--r--shaders/glsl330/scanlines.fs (renamed from shaders/gl330/scanlines.fs)0
-rw-r--r--shaders/glsl330/swirl.fs (renamed from shaders/gl330/swirl.fs)0
-rw-r--r--shaders/glsl330/template.fs (renamed from shaders/gl330/template.fs)0
30 files changed, 0 insertions, 0 deletions
diff --git a/shaders/gles100/base.vs b/shaders/glsl100/base.vs
index 9f339382..9f339382 100644
--- a/shaders/gles100/base.vs
+++ b/shaders/glsl100/base.vs
diff --git a/shaders/gles100/bloom.fs b/shaders/glsl100/bloom.fs
index 33754c7e..33754c7e 100644
--- a/shaders/gles100/bloom.fs
+++ b/shaders/glsl100/bloom.fs
diff --git a/shaders/gles100/blur.fs b/shaders/glsl100/blur.fs
index a1069c6f..a1069c6f 100644
--- a/shaders/gles100/blur.fs
+++ b/shaders/glsl100/blur.fs
diff --git a/shaders/gles100/cross_hatching.fs b/shaders/glsl100/cross_hatching.fs
index cf01b65e..cf01b65e 100644
--- a/shaders/gles100/cross_hatching.fs
+++ b/shaders/glsl100/cross_hatching.fs
diff --git a/shaders/gles100/cross_stitching.fs b/shaders/glsl100/cross_stitching.fs
index f1afef04..f1afef04 100644
--- a/shaders/gles100/cross_stitching.fs
+++ b/shaders/glsl100/cross_stitching.fs
diff --git a/shaders/gles100/dream_vision.fs b/shaders/glsl100/dream_vision.fs
index bb828970..bb828970 100644
--- a/shaders/gles100/dream_vision.fs
+++ b/shaders/glsl100/dream_vision.fs
diff --git a/shaders/gles100/fisheye.fs b/shaders/glsl100/fisheye.fs
index e7a4485c..e7a4485c 100644
--- a/shaders/gles100/fisheye.fs
+++ b/shaders/glsl100/fisheye.fs
diff --git a/shaders/gles100/grayscale.fs b/shaders/glsl100/grayscale.fs
index e55545e2..e55545e2 100644
--- a/shaders/gles100/grayscale.fs
+++ b/shaders/glsl100/grayscale.fs
diff --git a/shaders/gles100/pixel.fs b/shaders/glsl100/pixel.fs
index 552e8900..552e8900 100644
--- a/shaders/gles100/pixel.fs
+++ b/shaders/glsl100/pixel.fs
diff --git a/shaders/gles100/posterization.fs b/shaders/glsl100/posterization.fs
index 4f4c4b93..4f4c4b93 100644
--- a/shaders/gles100/posterization.fs
+++ b/shaders/glsl100/posterization.fs
diff --git a/shaders/gles100/predator.fs b/shaders/glsl100/predator.fs
index 2fbdc7af..2fbdc7af 100644
--- a/shaders/gles100/predator.fs
+++ b/shaders/glsl100/predator.fs
diff --git a/shaders/gles100/scanlines.fs b/shaders/glsl100/scanlines.fs
index 85de158d..85de158d 100644
--- a/shaders/gles100/scanlines.fs
+++ b/shaders/glsl100/scanlines.fs
diff --git a/shaders/gles100/swirl.fs b/shaders/glsl100/swirl.fs
index b0d54b23..b0d54b23 100644
--- a/shaders/gles100/swirl.fs
+++ b/shaders/glsl100/swirl.fs
diff --git a/shaders/gles100/template.fs b/shaders/glsl100/template.fs
index 1f4b8ccf..1f4b8ccf 100644
--- a/shaders/gles100/template.fs
+++ b/shaders/glsl100/template.fs
diff --git a/shaders/gl330/base.vs b/shaders/glsl330/base.vs
index b0f930b7..b0f930b7 100644
--- a/shaders/gl330/base.vs
+++ b/shaders/glsl330/base.vs
diff --git a/shaders/gl330/bloom.fs b/shaders/glsl330/bloom.fs
index 34b6295c..34b6295c 100644
--- a/shaders/gl330/bloom.fs
+++ b/shaders/glsl330/bloom.fs
diff --git a/shaders/gl330/blur.fs b/shaders/glsl330/blur.fs
index 44ea42b1..44ea42b1 100644
--- a/shaders/gl330/blur.fs
+++ b/shaders/glsl330/blur.fs
diff --git a/shaders/gl330/cross_hatching.fs b/shaders/glsl330/cross_hatching.fs
index 6f5df964..6f5df964 100644
--- a/shaders/gl330/cross_hatching.fs
+++ b/shaders/glsl330/cross_hatching.fs
diff --git a/shaders/gl330/cross_stitching.fs b/shaders/glsl330/cross_stitching.fs
index dcb26e79..dcb26e79 100644
--- a/shaders/gl330/cross_stitching.fs
+++ b/shaders/glsl330/cross_stitching.fs
diff --git a/shaders/gl330/dream_vision.fs b/shaders/glsl330/dream_vision.fs
index 0ea4ce20..0ea4ce20 100644
--- a/shaders/gl330/dream_vision.fs
+++ b/shaders/glsl330/dream_vision.fs
diff --git a/shaders/gl330/fisheye.fs b/shaders/glsl330/fisheye.fs
index 5bd9abf4..5bd9abf4 100644
--- a/shaders/gl330/fisheye.fs
+++ b/shaders/glsl330/fisheye.fs
diff --git a/shaders/gl330/grayscale.fs b/shaders/glsl330/grayscale.fs
index b3a695bf..b3a695bf 100644
--- a/shaders/gl330/grayscale.fs
+++ b/shaders/glsl330/grayscale.fs
diff --git a/shaders/gl330/phong.fs b/shaders/glsl330/phong.fs
index 75b7e6d7..75b7e6d7 100644
--- a/shaders/gl330/phong.fs
+++ b/shaders/glsl330/phong.fs
diff --git a/shaders/gl330/phong.vs b/shaders/glsl330/phong.vs
index ee6d34bf..ee6d34bf 100644
--- a/shaders/gl330/phong.vs
+++ b/shaders/glsl330/phong.vs
diff --git a/shaders/gl330/pixel.fs b/shaders/glsl330/pixel.fs
index aa5a22fe..aa5a22fe 100644
--- a/shaders/gl330/pixel.fs
+++ b/shaders/glsl330/pixel.fs
diff --git a/shaders/gl330/posterization.fs b/shaders/glsl330/posterization.fs
index 5215bd8b..5215bd8b 100644
--- a/shaders/gl330/posterization.fs
+++ b/shaders/glsl330/posterization.fs
diff --git a/shaders/gl330/predator.fs b/shaders/glsl330/predator.fs
index 85c93d0c..85c93d0c 100644
--- a/shaders/gl330/predator.fs
+++ b/shaders/glsl330/predator.fs
diff --git a/shaders/gl330/scanlines.fs b/shaders/glsl330/scanlines.fs
index 0c89e610..0c89e610 100644
--- a/shaders/gl330/scanlines.fs
+++ b/shaders/glsl330/scanlines.fs
diff --git a/shaders/gl330/swirl.fs b/shaders/glsl330/swirl.fs
index 19d7468b..19d7468b 100644
--- a/shaders/gl330/swirl.fs
+++ b/shaders/glsl330/swirl.fs
diff --git a/shaders/gl330/template.fs b/shaders/glsl330/template.fs
index ad7210a4..ad7210a4 100644
--- a/shaders/gl330/template.fs
+++ b/shaders/glsl330/template.fs