public final class SCNRenderingAPI
extends java.lang.Object
rendering API used by SCNView and SCNRenderer.
Default preferred API is SCNRenderingAPIMetal on iOS and it depends on the configuration on macOS. If Metal is requested but not available then it fallbacks to SCNRenderingAPIOpenGLES2 on iOS and to SCNRenderingAPIOpenGLLegacy on macOS.
public static final long Metal
public static final long OpenGLES2