armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
Rbo
armos
graphics
rbo
Render Buffer Objectを表すclassです.
class
Rbo {
int
id
();
this
();
void
begin
();
void
end
();
void
allocate
();
}
Constructors
this
this
()
Members
Functions
allocate
void
allocate
()
Undocumented in source. Be warned that the author may not have intended to support it.
begin
void
begin
()
RBOへの書き込みを開始します.
end
void
end
()
RBOへの書き込みを終了します.
id
int
id
()
IDを返します.
Meta
Source
See Implementation
armos
graphics
rbo
classes
Rbo
Render Buffer Objectを表すclassです.