UnleashedRecomp/UnleashedRecomp/gpu/shader/hlsl/gaussian_blur_9x9.hlsl
squidbus fc228ac15a Add support for Metal on macOS.
Co-authored-by: Isaac Marovitz <isaacryu@icloud.com>
2025-12-11 15:59:17 -08:00

2 lines
53 B
HLSL

#define KERNEL_SIZE 9
#include "gaussian_blur.hlsli"