Skip to main content

Class: OGLES3

This page documents the methods and fields available in the OGLES3 class.

Members

SignatureDescription
OGLES3()Creates a new instance of OGLES3.
OGLES3(Engine)Creates a new instance of OGLES3.
clearColorBuffer()Clears or resets the object's state.
clearColorDepthBuffer()Clears or resets the object's state.
clearDepthBuffer()Clears or resets the object's state.
drawLines(IntBuffer)Renders the object to the current context.
drawLines(NativeIntBuffer)Renders the object to the current context.
drawLines(int[])Renders the object to the current context.
drawTriangles(IntBuffer)Renders the object to the current context.
drawTriangles(NativeIntBuffer)Renders the object to the current context.
drawTriangles(int[])Renders the object to the current context.