-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Engine.BackendDenotes a backend
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DEFAULTAutomatically selects an appropriate driver for the platform.
OPENGLSelects the OpenGL driver (which supports OpenGL ES as well).
VULKANSelects the Vulkan driver if the platform supports it.
METALSelects the Metal driver if the platform supports it.
NOOPSelects the no-op driver for testing purposes.
-
Method Summary
Modifier and Type Method Description static Array<Engine.Backend>values()static Engine.BackendvalueOf(String name)-
-
Method Detail
-
values
static Array<Engine.Backend> values()
-
valueOf
static Engine.Backend valueOf(String name)
-
-
-
-