Package-level declarations

Types

Link copied to clipboard
object GLUtils

Utility class for OpenGL ES.

Link copied to clipboard

Information about an initialized graphics device.

Link copied to clipboard
data class OutputSurface(val eglSurface: EGLSurface, val viewPortRect: Rect)

Wrapper for output EGLSurface in OpenGlRenderer.

Link copied to clipboard

Functions

Link copied to clipboard
fun OutputSurface(eglSurface: EGLSurface, width: Int, height: Int): OutputSurface

Creates an OutputSurface with the given EGLSurface and viewport is full screen.