GLRenderBuffer

Constructors

this
this()

Members

Enums

Format
enum Format

Functions

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

set storage with new size and old format

storage
void storage(uivec2 sz, Format fmt)
void storage(Vector!(2, T) sz, Format fmt)

glRenderbufferStorage

Mixins

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

Properties

format
Format format [@property getter]

Variables

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

Meta