Click or drag to resize

TextureCurrent2DTexture Property

Get the 2D texture that is currently bound for the active multitexture unit.

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

Property Value

Type: Texture
The currently bound 2D texture, or null if there is no 2D texture bound.
Remarks
OpenGL API: glGetProgramiv(GL_TEXTURE_BINDING_2D)
See Also