forked from mirror/vulkan-zig
make ContainerLayout field lowercase
sync changes with zig master branch 099f3c4039d5702b073639ef8b55881973b71c80.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user