mango_engine.graphics.opengl.gl_types

Undocumented in source.

Members

Classes

VAO
class VAO

Represents an OpenGL VAO.

VBO
class VBO

Represents an OpenGL VBO.

Functions

positionVerticesToFloats
float[] positionVerticesToFloats(Vertex[] vertices)

Converts an array of Vertexs (vertices) to a raw float array that contains just the vertex coordinates.

textureVerticesToFloats
float[] textureVerticesToFloats(Vertex[] vertices)

Converts an array of Vertexs (vertices) to a raw float array containing just the texture coordinates.

Meta