Package 

Enum RenderBackend

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum RenderBackend
    extends Enum<RenderBackend>
                        

    The preferred GPU rendering backend to use.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      OpenGL

      Use the OpenGL ES renderer.

      Vulkan

      Prefer Vulkan rendering when the device and runtime support it.

      Vulkan is only considered on Android API 29 / Android 10 and newer. API level alone does not guarantee a usable Vulkan driver, so worker creation may fall back to OpenGL when Vulkan native initialization fails.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

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