provide defaults for struct fields vulkan considers optional

This commit is contained in:
ashpil
2023-01-28 19:29:25 -05:00
parent 2a631c4695
commit 0873a35392
4 changed files with 50 additions and 12 deletions

View File

@@ -61,6 +61,7 @@ pub const Container = struct {
field_type: TypeInfo,
bits: ?usize,
is_buffer_len: bool,
is_optional: bool,
};
stype: ?[]const u8,