Update parameters.slang

This commit is contained in:
fishcu 2023-06-22 23:37:45 +02:00 committed by GitHub
parent 9aedb61584
commit a20a608b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,5 +2,5 @@
// 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
#pragma parameter SIGMA "Gaussian filtering sigma" 1.0 0.0 2.0 0.05
// clang-format on