Android.Opengl.GLSurfaceView: Field Members

The fields of Android.Opengl.GLSurfaceView are listed below. For a list of all members, see the GLSurfaceView Members list.

See Also: Inherited members from Android.Views.SurfaceView

Public Fields

const
DebugCheckGlErrorDebugFlags (1). Check glError() after every GL call and throw an exception if glError indicates that an error has occurred.
const
DebugLogGlCallsDebugFlags (2). Log GL calls to the system log at "verbose" level with tag "GLSurfaceView".
const
RendermodeContinuouslyRendermode (1). The renderer is called continuously to re-render the scene.
const
RendermodeWhenDirtyRendermode (0). The renderer only renders when the surface is created, or when GLSurfaceView.RequestRender is called.