mirror of
https://github.com/holub/mame
synced 2025-07-16 06:54:58 +03:00

* Update to bgfx a93a714632b79b5ddbf5c86ac323fa9b76ed3433 Co-authored-by: Бранимир Караџић <branimirkaradzic@gmail.com>
13 lines
323 B
Scala
13 lines
323 B
Scala
$input v_texcoord0
|
|
|
|
/*
|
|
* Copyright 2021 elven cache. All rights reserved.
|
|
* License: https://github.com/bkaradzic/bgfx/blob/master/LICENSE
|
|
*/
|
|
|
|
// use 5x5 sample pattern for spatial denoise
|
|
#define USE_SPATIAL_5X5 1
|
|
|
|
// includes main function to implement spatial pattern
|
|
#include "fs_denoise_spatial_implementation.sh"
|