Interface | Description |
---|---|
InternalRendering |
Internal rendering marker interface
|
RenderExtension |
Class | Description |
---|---|
RenderSettings | |
RenderSurfaceView |
Enum | Description |
---|---|
RenderSettings.RenderingAPI |
Use the RenderingAPI type to define which rendering API should be used.
OPENGL_ES_2 Internal Rendering: The SDK will create an OpenGL ES 2 context and will use OpenGL ES 2 internally. External Rendering: The SDK will expect an OpenGL ES 2 context and will use OpenGL ES 2 internally. OPENGL_ES_3 Internal Rendering: The SDK will create an OpenGL ES 3 context and will use OpenGL ES 3 internally. External Rendering: The SDK will expect an OpenGL ES 3 context and will use OpenGL ES 3 internally. |