-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_GetAvailableGFX
chrisd1100 edited this page Apr 9, 2023
·
2 revisions
Get a list of available graphics APIs on the current OS.
uint32_t MTY_GetAvailableGFX(
MTY_GFX * apis
);
apis
(MTY_GFX *
)
Array to receive the list of available graphics APIs. This buffer should be MTY_GFX_MAX
elements.
uint32_t
The number of graphics APIs set in apis
.