Practice free →
Home › Per Apple Metal docs, the native graphics API on…

Per Apple Metal docs, the native graphics API on iOS / iPadOS / macOS is which?

AVulkan only via MoltenVK
BOpenGL ES only (no other)
CDirectX 12 ported to ARM
DMetal
Answer & Solution
Correct answer: D. Metal
Apple Metal Programming Guide: Metal is Apple's first-party low-overhead GPU API since iOS 8 / OS X 10.11. OpenGL is deprecated; Vulkan needs MoltenVK shim.
Solve this in the app — Practice practice & 24k+ MCQs →
Related questions