From 7ee14b1c5adf4a2dbf9cdea8db42ac82f5a7878e Mon Sep 17 00:00:00 2001 From: Arzed Five Date: Mon, 25 Jul 2016 18:39:04 +0100 Subject: [PATCH] Create/change preset files in 'crt' and move the respective shader files to 'crt/shaders' --- crt/crt-cgwg-fast.slangp | 5 +++++ crt/crt-hyllian.slangp | 5 +++++ crt/crt-lottes.slangp | 2 +- crt/{ => shaders}/crt-cgwg-fast.slang | 0 crt/{ => shaders}/crt-hyllian.slang | 0 crt/{ => shaders}/crt-lottes.slang | 0 6 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 crt/crt-cgwg-fast.slangp create mode 100644 crt/crt-hyllian.slangp rename crt/{ => shaders}/crt-cgwg-fast.slang (100%) rename crt/{ => shaders}/crt-hyllian.slang (100%) rename crt/{ => shaders}/crt-lottes.slang (100%) diff --git a/crt/crt-cgwg-fast.slangp b/crt/crt-cgwg-fast.slangp new file mode 100644 index 0000000..69d88e4 --- /dev/null +++ b/crt/crt-cgwg-fast.slangp @@ -0,0 +1,5 @@ +shaders = 1 + +shader0 = shaders/crt-cgwg-fast.slang +filter_linear0 = false +scale_type_0 = source diff --git a/crt/crt-hyllian.slangp b/crt/crt-hyllian.slangp new file mode 100644 index 0000000..b620d25 --- /dev/null +++ b/crt/crt-hyllian.slangp @@ -0,0 +1,5 @@ +shaders = 1 + +shader0 = shaders/crt-hyllian.slang +filter_linear0 = false +scale_type_0 = source diff --git a/crt/crt-lottes.slangp b/crt/crt-lottes.slangp index d3554bd..4fed0b3 100644 --- a/crt/crt-lottes.slangp +++ b/crt/crt-lottes.slangp @@ -1,5 +1,5 @@ shaders = 1 -shader0 = crt-lottes.slang +shader0 = shaders/crt-lottes.slang filter_linear0 = false scale_type_0 = source diff --git a/crt/crt-cgwg-fast.slang b/crt/shaders/crt-cgwg-fast.slang similarity index 100% rename from crt/crt-cgwg-fast.slang rename to crt/shaders/crt-cgwg-fast.slang diff --git a/crt/crt-hyllian.slang b/crt/shaders/crt-hyllian.slang similarity index 100% rename from crt/crt-hyllian.slang rename to crt/shaders/crt-hyllian.slang diff --git a/crt/crt-lottes.slang b/crt/shaders/crt-lottes.slang similarity index 100% rename from crt/crt-lottes.slang rename to crt/shaders/crt-lottes.slang