Click or drag to resize

TextureMaxCubeMapTextureSize Property

Gets a rough estimate of the largest cube-map texture that the GL can handle.

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

Property Value

Type: Int32
Remarks
The value must be at least 16.

OpenGL API: glGetIntegerv(GL_MAX_CUBE_MAP_TEXTURE_SIZE)

See Also