Skip to content

Commit 3056904

Browse files
committed
WebGPURenderPipelines: Clean up.
1 parent c9a8edc commit 3056904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/jsm/renderers/webgpu/WebGPURenderPipelines.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,7 @@ const ShaderLib = {
738738
layout(set = 0, binding = 0) uniform ModelUniforms {
739739
mat4 modelMatrix;
740740
mat4 modelViewMatrix;
741+
mat3 normalMatrix;
741742
} modelUniforms;
742743
743744
layout(set = 0, binding = 1) uniform CameraUniforms {

0 commit comments

Comments
 (0)