package
0.2.0
Repository: https://github.com/g3n/engine.git
Documentation: pkg.go.dev

# Packages

# Functions

FormatSource returns the supplied program source code with line numbers prepended.
NewShaderDefines creates and returns a pointer to a ShaderDefines object.
NewVBO creates and returns a pointer to a new OpenGL Vertex Buffer Object.

# Constants

# Structs

Program represents an OpenGL program.
Stats contains counters of WebGL resources being used as well the cumulative numbers of some WebGL calls for performance evaluation.
Uniform represents an OpenGL uniform.
VBO abstracts an OpenGL Vertex Buffer Object.
VBOattrib describes one attribute of an OpenGL Vertex Buffer Object.

# Type aliases

AttribType is the functional type of a vbo attribute.
ShaderDefines is a store of shader defines ("#define <key> <value>").