1
Fork 0

MariENB DUST 2.0.0a

This commit is contained in:
Marisa the Magician 2019-04-07 17:36:12 +02:00
commit 65ad376f00
42 changed files with 7214 additions and 13 deletions

13
enbseries/enbeffect.fx Normal file
View file

@ -0,0 +1,13 @@
/*
enbeffect.fx : MariENB base shader.
(C)2013-2016 Marisa Kirisame, UnSX Team.
Part of MariENB, the personal ENB of Marisa.
Released under the GNU GPLv3 (or later).
*/
/* do not touch this! */
#define E_SHADER_3_0
/* separate for easier maintenance */
#include "menbglobaldefs.fx"
#include "menbeffectsettings.fx"
#include "menbeffectinternals.fx"
#include "menbeffectfilters.fx"