Skip to content

Commit

Permalink
Merge pull request #123 from igaryhe/fix-container-layout
Browse files Browse the repository at this point in the history
make ContainerLayout field lowercase
  • Loading branch information
Snektron authored Mar 14, 2024
2 parents 7f161ce + b7ef4e7 commit ac4103a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/vulkan/render.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ fn Renderer(comptime WriterType: type) type {
\\ }}
\\ break :blk @Type(.{{
\\ .Struct = .{{
\\ .layout = .Auto,
\\ .layout = .auto,
\\ .fields = &fields,
\\ .decls = &[_]std.builtin.Type.Declaration{{}},
\\ .is_tuple = false,
Expand Down

0 comments on commit ac4103a

Please sign in to comment.