mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-20 16:36:46 +00:00
SOA support of Structures and Arrays; Runtime information for SOA structs; fmt printing support for SOA structs
This commit is contained in:
@@ -87,6 +87,9 @@ Type_Info_Struct :: struct {
|
||||
is_packed: bool,
|
||||
is_raw_union: bool,
|
||||
custom_align: bool,
|
||||
// These are only set iff this structure is an SOA structure
|
||||
soa_base_type: ^Type_Info,
|
||||
soa_len: int,
|
||||
};
|
||||
Type_Info_Union :: struct {
|
||||
variants: []^Type_Info,
|
||||
|
||||
Reference in New Issue
Block a user