Texture2D

abstract
class Texture2D {
TextureImg image;
}

Members

Functions

Bind
void Bind(int attach_pos = 0, Shader s = null)

Binds the texture.

Unbind
void Unbind()

Unbinds the texture.

Meta