Renderbuffer

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

Bind
void Bind()

Binds the renderbuffer with default type

Bind
void Bind(GLenum target)

Binds the renderbuffer

Storage
void Storage(GLenum internalFormat, GLsizei width, GLsizei height)
StorageMultisample
void StorageMultisample(GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height)
Unbind
void Unbind()

Unbinds the renderbuffer (binds renderbuffer 0)

Inherited Members

From GLObject

Id
GLuint Id()
Undocumented in source. Be warned that the author may not have intended to support it.
Bind
void Bind()

Binds the object with default type

Bind
void Bind(GLenum target)

Binds the object

Unbind
void Unbind()

Unbinds the object

Meta