Support matrix literals

This commit is contained in:
gingerBill
2021-10-20 00:40:03 +01:00
parent 662cbaf425
commit 82b6772ea4
10 changed files with 306 additions and 23 deletions
+1 -1
View File
@@ -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,
}