mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-06 11:40:19 -06: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>
3 lines
53 B
HLSL
3 lines
53 B
HLSL
#define KERNEL_SIZE 5
|
|
#include "gaussian_blur.hlsli"
|