Click or drag to resize

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)
Syntax
public static Texture CurrentCubemapTexture { get; }

Property Value

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