GLRenderBuffer.this

<p>Creates an OpenGL renderbuffer.</p> <p>If asking for a multisampled render buffer fails, a non multisampled buffer will be created instead.</p>

class GLRenderBuffer
this
(,,
int width
,
int height
,
int samples = 0
)

Throws

OpenGLException if creation failed.

Meta