Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit fe7e646

Browse files
committed
Style fix in shader (direct push to main)
1 parent 6e169e4 commit fe7e646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/Src/Glsl/Default.vert

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ layout (location = 0) in vec2 aPos;
44
layout (location = 1) in vec4 aColour;
55
layout (location = 2) in vec2 aUv;
66

7-
layout (set = 0, binding = 0) uniform View {
7+
layout (set = 0, binding = 0) uniform View
8+
{
89
mat4 matVP;
910
};
1011

0 commit comments

Comments
 (0)