anchovy ~master (2015-12-30T21:21:17Z)
Home
Dub
Repo
TexVertex
anchovy
graphics
texrectarray
Undocumented in source.
struct
TexVertex {
this
(int a, int b, int c, int d);
short
x
;
short
y
;
ushort
s
;
ushort
t
;
}
Constructors
this
this
(int a, int b, int c, int d)
Undocumented in source.
Members
Variables
s
ushort
s
;
t
ushort
t
;
Undocumented in source.
x
short
x
;
y
short
y
;
Undocumented in source.
Meta
Source
See Implementation
anchovy
graphics
texrectarray
classes
TexRectArray
structs
TexVertex