nanovg-d ~master (2015-12-19T21:49:00Z)
Dub
Repo
Texture
nanovg
packer
Undocumented in source.
class
Texture {
NVGcontext
*
relatedContext
;
int
id
;
this
(NVGcontext* pc, int i);
~this
();
bool
update
(const(byte[]) data);
auto
size
();
}
Constructors
this
this
(NVGcontext* pc, int i)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
size
auto
size
()
Undocumented in source. Be warned that the author may not have intended to support it.
update
bool
update
(const(byte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
int
id
;
Undocumented in source.
relatedContext
NVGcontext
*
relatedContext
;
Undocumented in source.
Meta
Source
See Implementation
nanovg
packer
aliases
ContextGL3
Font
GlyphPosition
TextRow
classes
Context
Texture
enums
ImageFlags
LineCap
TextAlign
Winding
structs
Matrix3x2