des ~master (2021-12-19T09:15:35.5306905)
Dub
Repo
GLRenderBuffer
des
gl
rbo
class
GLRenderBuffer : GLObject!"Renderbuffer" {
mixin
DES
;
mixin
ClassLogger
;
protected
uint
_id
;
protected
Format
_format
;
enum
Format
;
this
();
Format
format
[@property getter];
void
storage
(uivec2 sz, Format fmt);
void
storage
(Vector!(2, T) sz, Format fmt);
void
resize
(uivec2 sz);
void
resize
(Vector!(2, T) sz);
}
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
Source
See Implementation
des
gl
rbo
classes
GLRenderBuffer