12 lines
356 B
HLSL
12 lines
356 B
HLSL
/*
|
|
enbeffect.fx : MariENB base shader.
|
|
(C)2013-2015 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 "menbeffectsettings.fx"
|
|
#include "menbeffectinternals.fx"
|
|
#include "menbeffectfilters.fx"
|