-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_Size
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Size struct
containing width and height.
typedef struct {
uint32_t w;
uint32_t h;
} MTY_Size;
w
(uint32_t
)
Width.
h
(uint32_t
)
Height.