GLRenderBuffer

Constructors

this
this()

glGenRenderbuffers

Members

Enums

Format
enum Format

Functions

bind
void bind()

glBindRenderbuffer( GL_RENDERBUFFER, id )

resize
void resize(uivec2 sz)
void resize(Vector!(2, T) sz)

set storage with new size and old format

selfDestroy
void selfDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
storage
void storage(uivec2 sz, Format fmt)
void storage(Vector!(2, T) sz, Format fmt)

glRenderbufferStorage

unbind
void unbind()

glBindRenderbuffer( GL_RENDERBUFFER, 0 )

Mixins

__anonymous
mixin DES
Undocumented in source.
__anonymous
mixin ClassLogger
Undocumented in source.

Properties

format
Format format [@property getter]
id
uint id [@property getter]

Variables

_format
Format _format;
Undocumented in source.
_id
uint _id;
Undocumented in source.

Meta