MariENB FNV 2.4.3
This commit is contained in:
parent
1917a1cbb8
commit
1e7340178d
45 changed files with 7504 additions and 13 deletions
13
enbseries/enbeffect.fx
Normal file
13
enbseries/enbeffect.fx
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
enbeffect.fx : MariENB base shader.
|
||||
(C)2013-2017 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"
|
||||
Reference in a new issue