Class SCNRenderingAPI


  • public final class SCNRenderingAPI
    extends java.lang.Object
    [@enum] SCNRenderingAPI 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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Metal  
      static long OpenGLES2  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait