We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ab2a1 commit 61e4045Copy full SHA for 61e4045
modules/extensions/src/data-filter/shader-module.ts
@@ -5,7 +5,7 @@ import type {DataFilterExtensionProps} from './data-filter-extension';
5
/*
6
* data filter shader module
7
*/
8
-const vs = `\
+const vs = `
9
uniform DATAFILTER_TYPE filter_min;
10
uniform DATAFILTER_TYPE filter_softMin;
11
uniform DATAFILTER_TYPE filter_softMax;
0 commit comments