Skip to content

Commit 291b5c0

Browse files
committed
Fix vertex shader
1 parent 7124e0e commit 291b5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/render/shape.vert

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout(location = 1) in vec4 Vertex_Color;
55

66
layout(location = 0) out vec4 v_color;
77

8-
layout(set = 0, binding = 0) uniform Camera {
8+
layout(set = 0, binding = 0) uniform CameraViewProj {
99
mat4 ViewProj;
1010
};
1111
layout(set = 1, binding = 0) uniform Transform {

0 commit comments

Comments
 (0)