mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 00:01:31 +11:00
7 lines
241 B
Plaintext
7 lines
241 B
Plaintext
// 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
|