-
Notifications
You must be signed in to change notification settings - Fork 53
MTY_GFX
chrisd1100 edited this page Apr 9, 2023
·
3 revisions
3D graphics APIs.
Name | Value | Details |
---|---|---|
MTY_GFX_NONE |
0 |
No 3D graphics API. |
MTY_GFX_GL |
1 |
OpenGL/GLES. Linux, Android, and Web only. |
MTY_GFX_VK |
2 |
Vulkan. Not available on Apple OS's. |
MTY_GFX_D3D11 |
3 |
Direct3D 11. Windows only. |
MTY_GFX_D3D12 |
4 |
Direct3D 12. Windows only. |
MTY_GFX_METAL |
5 |
Metal. Apple only. |
MTY_GFX_MAX |
6 |
Maximum number of 3D graphics APIs. |