bubel-ecs ~master (2023-04-27T10:30:22Z)
Dub
Repo
ToolCircle
gui
tool_circle
Undocumented in source.
struct
ToolCircle {
uint
material_id
;
uint
mesh_id
;
void
draw
(Renderer* renderer, vec2 position, float size, float edge);
}
Members
Functions
draw
void
draw
(Renderer* renderer, vec2 position, float size, float edge)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
material_id
uint
material_id
;
Undocumented in source.
mesh_id
uint
mesh_id
;
Undocumented in source.
Meta
Source
See Implementation
gui
tool_circle
structs
ToolCircle