bgfx/examples/43-denoise/fs_denoise_spatial_3x3.sc
Бранимир Караџић 4581f14cd4 Happy New Year!
2022-01-15 11:59:06 -08:00

13 lines
346 B
Scala

$input v_texcoord0
/*
* Copyright 2021 elven cache. All rights reserved.
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
*/
// don't use 5x5 sample pattern for spatial denoise, use 3x3 instead
#define USE_SPATIAL_5X5 0
// includes main function to implement spatial pattern
#include "fs_denoise_spatial_implementation.sh"