mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 11:22:22 -07:00
SOA Struct support intrinsics.soa_struct
This commit is contained in:
@@ -21,6 +21,7 @@ enum AddressingMode {
|
||||
// lhs: acts like a Variable
|
||||
// rhs: acts like OptionalOk
|
||||
Addressing_OptionalOk, // rhs: acts like a value with an optional boolean part (for existence check)
|
||||
Addressing_SoaVariable, // Struct-Of-Arrays indexed variable
|
||||
};
|
||||
|
||||
struct TypeAndValue {
|
||||
|
||||
Reference in New Issue
Block a user