- ALLEGRO_LINE_CAP
alias ALLEGRO_LINE_CAP = int
Undocumented in source.
- ALLEGRO_LINE_JOIN
alias ALLEGRO_LINE_JOIN = int
Undocumented in source.
- ALLEGRO_PRIM_ATTR
alias ALLEGRO_PRIM_ATTR = int
Undocumented in source.
- ALLEGRO_PRIM_BUFFER_FLAGS
alias ALLEGRO_PRIM_BUFFER_FLAGS = int
Undocumented in source.
- ALLEGRO_PRIM_STORAGE
alias ALLEGRO_PRIM_STORAGE = int
Undocumented in source.
- ALLEGRO_PRIM_TYPE
alias ALLEGRO_PRIM_TYPE = int
Undocumented in source.
- EmitTriangle
alias EmitTriangle = void function(int, int, int, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoftLineDraw
alias SoftLineDraw = void function(uintptr_t, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoftLineFirst
alias SoftLineFirst = void function(uintptr_t, int, int, ALLEGRO_VERTEX*, ALLEGRO_VERTEX*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoftLineStep
alias SoftLineStep = void function(uintptr_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoftTriDraw
alias SoftTriDraw = void function(uintptr_t, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoftTriFirst
alias SoftTriFirst = void function(uintptr_t, int, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoftTriInit
alias SoftTriInit = void function(uintptr_t, ALLEGRO_VERTEX*, ALLEGRO_VERTEX*, ALLEGRO_VERTEX*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SoftTriStep
alias SoftTriStep = void function(uintptr_t, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_calculate_arc
alias da_al_calculate_arc = void function(float*, int, float, float, float, float, float, float, float, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_calculate_ribbon
alias da_al_calculate_ribbon = void function(float*, int, const(float*), int, float, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_calculate_spline
alias da_al_calculate_spline = void function(float*, int, float*, float, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_create_index_buffer
alias da_al_create_index_buffer = ALLEGRO_INDEX_BUFFER* function(int, const(void)*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_create_vertex_buffer
alias da_al_create_vertex_buffer = ALLEGRO_VERTEX_BUFFER* function(ALLEGRO_VERTEX_DECL*, const(void*), int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_create_vertex_decl
alias da_al_create_vertex_decl = ALLEGRO_VERTEX_DECL* function(const(ALLEGRO_VERTEX_ELEMENT)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_destroy_index_buffer
alias da_al_destroy_index_buffer = void function(ALLEGRO_INDEX_BUFFER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_destroy_vertex_buffer
alias da_al_destroy_vertex_buffer = void function(ALLEGRO_VERTEX_BUFFER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_destroy_vertex_decl
alias da_al_destroy_vertex_decl = void function(ALLEGRO_VERTEX_DECL*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_arc
alias da_al_draw_arc = void function(float, float, float, float, float, ALLEGRO_COLOR, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_circle
alias da_al_draw_circle = void function(float, float, float, ALLEGRO_COLOR, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_ellipse
alias da_al_draw_ellipse = void function(float, float, float, float, ALLEGRO_COLOR, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_elliptical_arc
alias da_al_draw_elliptical_arc = void function(float, float, float, float, float, float, ALLEGRO_COLOR, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_filled_circle
alias da_al_draw_filled_circle = void function(float, float, float, ALLEGRO_COLOR)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_filled_ellipse
alias da_al_draw_filled_ellipse = void function(float, float, float, float, ALLEGRO_COLOR)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_filled_pieslice
alias da_al_draw_filled_pieslice = void function(float, float, float, float, float, ALLEGRO_COLOR)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_filled_polygon
alias da_al_draw_filled_polygon = void function(const(float)*, int, ALLEGRO_COLOR)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_filled_polygon_with_holes
alias da_al_draw_filled_polygon_with_holes = void function(const(float)*, const(int)*, ALLEGRO_COLOR)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_filled_rectangle
alias da_al_draw_filled_rectangle = void function(float, float, float, float, ALLEGRO_COLOR)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_filled_rounded_rectangle
alias da_al_draw_filled_rounded_rectangle = void function(float, float, float, float, float, float, ALLEGRO_COLOR)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_filled_triangle
alias da_al_draw_filled_triangle = void function(float, float, float, float, float, float, ALLEGRO_COLOR)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_indexed_buffer
alias da_al_draw_indexed_buffer = int function(ALLEGRO_VERTEX_BUFFER*, ALLEGRO_BITMAP*, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_indexed_prim
alias da_al_draw_indexed_prim = int function(const(void)*, const(ALLEGRO_VERTEX_DECL)*, ALLEGRO_BITMAP*, const(int)*, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_line
alias da_al_draw_line = void function(float, float, float, float, ALLEGRO_COLOR, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_pieslice
alias da_al_draw_pieslice = void function(float, float, float, float, float, ALLEGRO_COLOR, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_polygon
alias da_al_draw_polygon = void function(const(float)*, int, int, ALLEGRO_COLOR, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_polyline
alias da_al_draw_polyline = void function(const(float)*, int, int, int, int, ALLEGRO_COLOR, float, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_prim
alias da_al_draw_prim = int function(const(void)*, const(ALLEGRO_VERTEX_DECL)*, ALLEGRO_BITMAP*, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_rectangle
alias da_al_draw_rectangle = void function(float, float, float, float, ALLEGRO_COLOR, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_ribbon
alias da_al_draw_ribbon = void function(const(float)*, int, ALLEGRO_COLOR, float, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_rounded_rectangle
alias da_al_draw_rounded_rectangle = void function(float, float, float, float, float, float, ALLEGRO_COLOR, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_soft_line
alias da_al_draw_soft_line = void function(ALLEGRO_VERTEX*, ALLEGRO_VERTEX*, uintptr_t, SoftLineFirst, SoftLineStep, SoftLineDraw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_soft_triangle
alias da_al_draw_soft_triangle = void function(ALLEGRO_VERTEX*, ALLEGRO_VERTEX*, ALLEGRO_VERTEX*, uintptr_t, SoftTriInit, SoftTriFirst, SoftTriStep, SoftTriDraw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_spline
alias da_al_draw_spline = void function(float*, ALLEGRO_COLOR, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_triangle
alias da_al_draw_triangle = void function(float, float, float, float, float, float, ALLEGRO_COLOR, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_draw_vertex_buffer
alias da_al_draw_vertex_buffer = int function(ALLEGRO_VERTEX_BUFFER*, ALLEGRO_BITMAP*, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_allegro_primitives_version
alias da_al_get_allegro_primitives_version = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_index_buffer_size
alias da_al_get_index_buffer_size = int function(ALLEGRO_INDEX_BUFFER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_get_vertex_buffer_size
alias da_al_get_vertex_buffer_size = int function(ALLEGRO_VERTEX_BUFFER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_init_primitives_addon
alias da_al_init_primitives_addon = bool function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_lock_index_buffer
alias da_al_lock_index_buffer = void* function(ALLEGRO_INDEX_BUFFER*, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_lock_vertex_buffer
alias da_al_lock_vertex_buffer = void* function(ALLEGRO_VERTEX_BUFFER*, int, int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_shutdown_primitives_addon
alias da_al_shutdown_primitives_addon = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_triangulate_polygon
alias da_al_triangulate_polygon = bool function(const(float)*, size_t, const(int)*, EmitTriangle, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_unlock_index_buffer
alias da_al_unlock_index_buffer = void function(ALLEGRO_INDEX_BUFFER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_al_unlock_vertex_buffer
alias da_al_unlock_vertex_buffer = void function(ALLEGRO_VERTEX_BUFFER*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.