From f5c4671bfbad96bf346bd7e9a21fc4317b4959df Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 3 Dec 2022 17:00:20 +0530 Subject: Adds most of the tools --- .../plugins/Milkdrop2/data/comp_ps.fx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 musikcube_win32_with_milkdrop2_0.98.1/plugins/Milkdrop2/data/comp_ps.fx (limited to 'musikcube_win32_with_milkdrop2_0.98.1/plugins/Milkdrop2/data/comp_ps.fx') diff --git a/musikcube_win32_with_milkdrop2_0.98.1/plugins/Milkdrop2/data/comp_ps.fx b/musikcube_win32_with_milkdrop2_0.98.1/plugins/Milkdrop2/data/comp_ps.fx new file mode 100644 index 0000000..a4020ea --- /dev/null +++ b/musikcube_win32_with_milkdrop2_0.98.1/plugins/Milkdrop2/data/comp_ps.fx @@ -0,0 +1,14 @@ +shader_body +{ + //************************************************************ + // NOTE: the body of this shader will be replaced by MilkDrop + // whenever a pre-MilkDrop-2 preset is loaded! + //************************************************************ + + ret = tex2D(sampler_main, uv).xyz; + + //************************************************************ + // NOTE: the body of this shader will be replaced by MilkDrop + // whenever a pre-MilkDrop-2 preset is loaded! + //************************************************************ +} \ No newline at end of file -- cgit v1.2.3