12 lines
368 B
HLSL
12 lines
368 B
HLSL
/*
|
|
enbeffectprepass.fx : MariENB pre-pass filters.
|
|
(C)2013-2014 Marisa Kirisame, UnSX Team.
|
|
Part of MariENB, the personal ENB of Marisa.
|
|
Released under the WTFPL.
|
|
*/
|
|
/* do not touch this! */
|
|
#define E_SHADER_3_0
|
|
/* separate for easier maintenance */
|
|
#include "menbprepasssettings.fx"
|
|
#include "menbprepassinternals.fx"
|
|
#include "menbprepassfilters.fx"
|