First MariENB 3 attempt for Fallout 4
This commit is contained in:
parent
8b64feccc8
commit
10d3fe13a2
49 changed files with 1638 additions and 4557 deletions
|
|
@ -1,12 +1,10 @@
|
|||
/*
|
||||
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"
|
||||
/*
|
||||
enbeffect.fx : MariENB 3 base shader.
|
||||
(C)2015 Marisa Kirisame, UnSX Team.
|
||||
Part of MariENB 3, the personal ENB of Marisa for Fallout 4.
|
||||
Released under the GNU GPLv3 (or later).
|
||||
*/
|
||||
#include "menbglobaldefs.fx"
|
||||
#include "menbeffectsettings.fx"
|
||||
#include "menbeffectinternals.fx"
|
||||
#include "menbeffectfilters.fx"
|
||||
|
|
|
|||
Reference in a new issue