Click or drag to resize

TextureActiveTextureUnit Property

Gets the active texture unit.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static int ActiveTextureUnit { get; }

Property Value

Type: Int32
The index active multitexture unit, ranging from 0 to MaxTextureUnits - 1.
Remarks
OpenGL API: glGetIntegerv(GL_ACTIVE_TEXTURE)
See Also