├── LICENSE ├── README.md ├── Shaders ├── MartysMods │ ├── mmx_bxdf.fxh │ ├── mmx_camera.fxh │ ├── mmx_colorspaces.fxh │ ├── mmx_debug.fxh │ ├── mmx_deferred.fxh │ ├── mmx_depth.fxh │ ├── mmx_fft.fxh │ ├── mmx_global.fxh │ ├── mmx_harmonics.fxh │ ├── mmx_hash.fxh │ ├── mmx_input.fxh │ ├── mmx_math.fxh │ ├── mmx_qmc.fxh │ ├── mmx_sfc.fxh │ └── mmx_texture.fxh ├── MartysMods_LAUNCHPAD.fx ├── MartysMods_MXAO.fx ├── MartysMods_SHARPEN.fx └── MartysMods_SMAA.fx └── Textures ├── AreaLUT.png ├── iMMERSE_bluenoise.png └── iMMERSE_bluenoise_temporal.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/README.md -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_bxdf.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_bxdf.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_camera.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_camera.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_colorspaces.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_colorspaces.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_debug.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_debug.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_deferred.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_deferred.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_depth.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_depth.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_fft.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_fft.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_global.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_global.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_harmonics.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_harmonics.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_hash.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_hash.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_input.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_input.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_math.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_math.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_qmc.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_qmc.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_sfc.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_sfc.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods/mmx_texture.fxh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods/mmx_texture.fxh -------------------------------------------------------------------------------- /Shaders/MartysMods_LAUNCHPAD.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods_LAUNCHPAD.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_MXAO.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods_MXAO.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_SHARPEN.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods_SHARPEN.fx -------------------------------------------------------------------------------- /Shaders/MartysMods_SMAA.fx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Shaders/MartysMods_SMAA.fx -------------------------------------------------------------------------------- /Textures/AreaLUT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Textures/AreaLUT.png -------------------------------------------------------------------------------- /Textures/iMMERSE_bluenoise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Textures/iMMERSE_bluenoise.png -------------------------------------------------------------------------------- /Textures/iMMERSE_bluenoise_temporal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martymcmodding/iMMERSE/HEAD/Textures/iMMERSE_bluenoise_temporal.png --------------------------------------------------------------------------------