mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-18 16:51:31 -07:00
Support matrix literals
This commit is contained in:
@@ -165,7 +165,7 @@ Type_Info_Relative_Slice :: struct {
|
||||
Type_Info_Matrix :: struct {
|
||||
elem: ^Type_Info,
|
||||
elem_size: int,
|
||||
stride: int, // bytes
|
||||
elem_stride: int,
|
||||
row_count: int,
|
||||
column_count: int,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user