mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
* 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>
2 lines
53 B
HLSL
2 lines
53 B
HLSL
#define KERNEL_SIZE 3
|
|
#include "gaussian_blur.hlsli"
|