 | 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)
Syntaxpublic static Texture Current2DTexture { get; }
Public Shared ReadOnly Property Current2DTexture As Texture
Get
public:
static property Texture^ Current2DTexture {
Texture^ get ();
}
static member Current2DTexture : Texture with get
Property Value
Type:
TextureThe currently bound 2D texture, or null if there is no 2D texture bound.
RemarksOpenGL API: glGetProgramiv(GL_TEXTURE_BINDING_2D)
See Also