GLRenderBuffer

Constructors

this
this()

Members

Enums

Format
enum Format

Functions

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

set storage with new size and old format

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

glRenderbufferStorage

Properties

format
Format format [@property getter]

Meta