We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db56e5c commit 8c6c32aCopy full SHA for 8c6c32a
src/scene/shader-lib/chunks-wgsl/lit/frag/litMain.js
@@ -5,7 +5,7 @@ export default /* wgsl */`
5
#include "litUserDeclarationPS"
6
#include "frontendDeclPS"
7
8
-#if defined(PICK_PASS) || definde(PREPASS_PASS)
+#if defined(PICK_PASS) || defined(PREPASS_PASS)
9
10
#include "frontendCodePS"
11
#include "litUserCodePS"
src/scene/shader-lib/chunks/lit/frag/litMain.js
@@ -5,7 +5,7 @@ export default /* glsl */`
0 commit comments