slang-shaders/blurs/shaders/gauss_4tap/parameters.slang

7 lines
241 B
Plaintext
Raw Normal View History

2023-06-23 07:21:54 +10:00
// See common.slang for copyright and other information.
// clang-format off
#pragma parameter GAUSS_4TAP_SETTINGS "=== Gauss-4tap v1.0 settings ===" 0.0 0.0 1.0 1.0
#pragma parameter SIGMA "Blur radius" 1.0 0.0 2.0 0.05
// clang-format on