-
Notifications
You must be signed in to change notification settings - Fork 55
MTY_WindowDrawUI
chrisd1100 edited this page Apr 9, 2023
·
2 revisions
Draw a UI with MTY_DrawData
.
void MTY_WindowDrawUI(
MTY_App * app,
MTY_Window window,
const MTY_DrawData * dd
);
app
(MTY_App *
)
The MTY_App
.
window
(MTY_Window
)
An MTY_Window
.
dd
(const MTY_DrawData *
)
The UI draw data containing a full frame.