├── LICENSE ├── README.md ├── Shaders ├── ZN_DAMP_RT.fx ├── ZN_GI.fx ├── ZN_LC.fx ├── ZN_Stylize.fx └── ZN_WF.fx └── textures └── ZNbluenoise512.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zenteon/ZN_FX/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zenteon/ZN_FX/HEAD/README.md -------------------------------------------------------------------------------- /Shaders/ZN_DAMP_RT.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zenteon/ZN_FX/HEAD/Shaders/ZN_DAMP_RT.fx -------------------------------------------------------------------------------- /Shaders/ZN_GI.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zenteon/ZN_FX/HEAD/Shaders/ZN_GI.fx -------------------------------------------------------------------------------- /Shaders/ZN_LC.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zenteon/ZN_FX/HEAD/Shaders/ZN_LC.fx -------------------------------------------------------------------------------- /Shaders/ZN_Stylize.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zenteon/ZN_FX/HEAD/Shaders/ZN_Stylize.fx -------------------------------------------------------------------------------- /Shaders/ZN_WF.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zenteon/ZN_FX/HEAD/Shaders/ZN_WF.fx -------------------------------------------------------------------------------- /textures/ZNbluenoise512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zenteon/ZN_FX/HEAD/textures/ZNbluenoise512.png --------------------------------------------------------------------------------