Package 

Enum Engine.Backend

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

    
    public enum Engine.Backend
    
                        

    Denotes a backend

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DEFAULT

      Automatically selects an appropriate driver for the platform.

      OPENGL

      Selects the OpenGL driver (which supports OpenGL ES as well).

      VULKAN

      Selects the Vulkan driver if the platform supports it.

      METAL

      Selects the Metal driver if the platform supports it.

      NOOP

      Selects the no-op driver for testing purposes.

    • Method Summary

      Modifier and Type Method Description
      static Array<Engine.Backend> values()
      static Engine.Backend valueOf(String name)
      • Methods inherited from class java.lang.Object

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