Click or drag to resize

RenderbufferMaxRenderbufferSize Property

Get the largest renderbuffer width and height 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 MaxRenderbufferSize { get; }

Property Value

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

OpenGL API: glGetIntegerv(GL_MAX_RENDERBUFFER_SIZE)

See Also