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 76fe082 commit 4207b0cCopy full SHA for 4207b0c
docs/developer-guide/custom-layers/writing-shaders.md
@@ -59,7 +59,7 @@ const shaders = this.getShaders();
59
const model = new Model(gl, {
60
...this.getShaders(),
61
inject: {
62
- 'fs:decl': `
+ 'fs:#decl': `
63
uniform float coverage;
64
`
65
'fs:DECKGL_FILTER_COLOR': `
0 commit comments