RenderBuffer

Represents an OpenGL RenderBuffer

Constructors

this
this()

Creates an OpenGL RenderBuffer

Destructor

~this
~this()
Undocumented in source.

Alias This

renderbuffer

Alias this to renderbuffer

Members

Functions

bind
void bind()

Binds the RenderBuffer

get_parameter
int get_parameter(GLenum param_name)

Returns a RenderBuffer parameter

remove
void remove()

Deletes the FrameBuffer

set_storage
void set_storage(GLenum internal_format, GLsizei width, GLsizei height)

Allocates storage for the RenderBuffer

unbind
void unbind()

Unbinds the RenderBuffer

Static variables

target
GLenum target;
Undocumented in source.

Variables

renderbuffer
GLuint renderbuffer;

The OpenGL RenderBuffer name

Meta