Skip to content

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
);

Parameters

apis (MTY_GFX *)

Array to receive the list of available graphics APIs. This buffer should be MTY_GFX_MAX elements.

Return value

uint32_t

The number of graphics APIs set in apis.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: App

Clone this wiki locally