Package icyllis.arc3d.engine
Interface Engine.BackendApi
- Enclosing interface:
Engine
public static interface Engine.BackendApi
Possible 3D APIs that may be used by Arc3D Engine.
-
Field Summary
-
Method Summary
-
Field Details
-
kOpenGL
static final int kOpenGLOpenGL 3.3 to 4.6 core profile (desktop); OpenGL ES 3.0 to 3.2 (mobile)- See Also:
-
kVulkan
static final int kVulkanVulkan 1.1 to 1.3 (desktop and mobile)- See Also:
-
kMock
static final int kMockMock draws nothing. It is used for unit tests and to measure CPU overhead.- See Also:
-
-
Method Details
-
toString
-