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 a4b23f5 commit f60fe75Copy full SHA for f60fe75
packages/dev/core/src/ShadersWGSL/iblVoxelGrid.vertex.fx
@@ -67,7 +67,7 @@ fn main(input : VertexInputs) -> FragmentInputs {
67
68
#include <morphTargetsVertexGlobal>
69
let inputPosition: vec3f = positionUpdated;
70
-#include <morphTargetsVertex>("vertexInputs.position\\),inputPosition\\)")[0..maxSimultaneousMorphTargets]
+#include <morphTargetsVertex>(vertexInputs.position\\),inputPosition))[0..maxSimultaneousMorphTargets]
71
72
#include <instancesVertex>
73
0 commit comments