dgt v0.3.2 (2017-09-19T17:07:41Z)
Dub
Repo
Vertex
dgt
gl_backend
Represents a vertex to pass to OpenGL
struct
Vertex {
Vector
pos
;
Vector
texPos
;
Color
col
;
void
print
();
}
Members
Functions
print
void
print
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
col
Color
col
;
Undocumented in source.
pos
Vector
pos
;
texPos
Vector
texPos
;
Undocumented in source.
Meta
Source
See Implementation
dgt
gl_backend
structs
GLBackend
Vertex
variables
DEFAULT_FRAGMENT_SHADER
DEFAULT_VERTEX_SHADER
Represents a vertex to pass to OpenGL