Click or drag to resize

TextureMaxTextureSize Property

Gets a rough estimate of the largest 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 MaxTextureSize { get; }

Property Value

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

OpenGL API: glGetIntegerv(GL_MAX_TEXTURE_SIZE)

See Also