11 lines
354 B
HLSL
11 lines
354 B
HLSL
/*
|
|
enbeffectprepass.fx : MariENB pre-pass filters.
|
|
(C)2013-2017 Marisa Kirisame, UnSX Team.
|
|
Part of MariENB, the personal ENB of Marisa.
|
|
Released under the GNU GPLv3 (or later).
|
|
*/
|
|
/* separate for easier maintenance */
|
|
#include "menbglobaldefs.fx"
|
|
#include "menbprepasssettings.fx"
|
|
#include "menbprepassinternals.fx"
|
|
#include "menbprepassfilters.fx"
|