-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_WindowGetGFX
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Get the current graphics API in use by the window.
MTY_GFX MTY_WindowGetGFX(
MTY_App * app,
MTY_Window window
);
app
(MTY_App *
)
The MTY_App
.
window
(MTY_Window
)
An MTY_Window
.
Current graphics API in use by the window.