forked from mirror/vulkan-zig
Parse pointer optional-ness
This commit is contained in:
@@ -99,6 +99,7 @@ pub const Pointer = struct {
|
||||
};
|
||||
|
||||
is_const: bool,
|
||||
is_optional: bool,
|
||||
size: PointerSize,
|
||||
child: *TypeInfo,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user