mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Add comments to Type_Info_Matrix
This commit is contained in:
@@ -165,9 +165,10 @@ Type_Info_Relative_Slice :: struct {
|
|||||||
Type_Info_Matrix :: struct {
|
Type_Info_Matrix :: struct {
|
||||||
elem: ^Type_Info,
|
elem: ^Type_Info,
|
||||||
elem_size: int,
|
elem_size: int,
|
||||||
elem_stride: int,
|
elem_stride: int, // elem_stride >= row_count
|
||||||
row_count: int,
|
row_count: int,
|
||||||
column_count: int,
|
column_count: int,
|
||||||
|
// Total element count = column_count * elem_stride
|
||||||
}
|
}
|
||||||
|
|
||||||
Type_Info_Flag :: enum u8 {
|
Type_Info_Flag :: enum u8 {
|
||||||
|
|||||||
Reference in New Issue
Block a user