Skip to content

Commit bd93e49

Browse files
author
Mike Bond
committed
Fix vertex type in voxel shadows
1 parent 1aac75a commit bd93e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dev/core/src/ShadersWGSL/iblVoxelGrid.vertex.fx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifdef VERTEX_PULLING_USE_INDEX_BUFFER
1414
var<storage, read> indices : array<u32>;
1515
#endif
16-
var<storage, read> position : array<vec3f>;
16+
var<storage, read> position : array<f32>;
1717
#if NUM_BONE_INFLUENCERS > 0
1818
var<storage, read> matricesIndices : array<vec4f>;
1919
var<storage, read> matricesWeights : array<vec4f>;

0 commit comments

Comments
 (0)