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