 | TextureActiveTextureUnit Property |
Gets the active texture unit.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int ActiveTextureUnit { get; }
Public Shared ReadOnly Property ActiveTextureUnit As Integer
Get
public:
static property int ActiveTextureUnit {
int get ();
}
static member ActiveTextureUnit : int with get
Property Value
Type:
Int32The index active multitexture unit, ranging from 0 to
MaxTextureUnits - 1.
RemarksOpenGL API: glGetIntegerv(GL_ACTIVE_TEXTURE)
See Also