voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
Command
voxelman
graphics
batch2d
Undocumented in source.
struct
Command {
this
(Texture texture, size_t numVertices);
this
(irect clipRect);
CommandType
type
;
union
__anonymous
;
}
Constructors
this
this
(Texture texture, size_t numVertices)
Undocumented in source.
this
this
(irect clipRect)
Undocumented in source.
Members
Unions
__anonymous
union
__anonymous
Undocumented in source.
Variables
type
CommandType
type
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
graphics
batch2d
aliases
ColoredVertex2d
UvColVertex2d
enums
CommandType
structs
Batch2d
BatchRenderCommand
ClipRectCommand
Command
TexturedBatch2d