UnleashedRecomp/UnleashedRecomp/gpu/shader/gaussian_blur_3x3.hlsl
Skyth (Asilkan) 4bd8d10d61
Depth of Field scaling fix. (#22)
* Initial DoF fix experiments.

* Implement proper DoF weighting & add quality options.

Co-authored-by: Dario <dariosamo@gmail.com>

* Change auto resolutions, remove from options menu.

* Precompile pipelines for the custom gaussian blur shaders.

---------

Co-authored-by: Dario <dariosamo@gmail.com>
2024-12-08 00:54:03 +03:00

2 lines
53 B
HLSL

#define KERNEL_SIZE 3
#include "gaussian_blur.hlsli"