Home
last modified time | relevance | path

Searched refs:al_destroy_vertex_decl (Results 1 – 5 of 5) sorted by relevance

/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_prim_shader.c196 al_destroy_vertex_decl(vertex_decl); in main()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/primitives/allegro5/
H A Dallegro_primitives.h176 ALLEGRO_PRIM_FUNC(void, al_destroy_vertex_decl, (ALLEGRO_VERTEX_DECL* decl));
/dports/graphics/milton/milton-1.9.1/third_party/imgui/examples/
H A Dimgui_impl_allegro5.cpp288 al_destroy_vertex_decl(g_VertexDecl); in ImGui_ImplAllegro5_Shutdown()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/backends/
H A Dimgui_impl_allegro5.cpp336 al_destroy_vertex_decl(bd->VertexDecl); in ImGui_ImplAllegro5_Shutdown()
/dports/devel/allegro5/allegro5-5.2.7.0/addons/primitives/
H A Dprimitives.c225 void al_destroy_vertex_decl(ALLEGRO_VERTEX_DECL* decl) in al_destroy_vertex_decl() function