MCPcopy Create free account
hub / github.com/arrayfire/forge / vertices

Method vertices

src/api/cpp/surface.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66unsigned Surface::vertices() const
67{
68 unsigned temp = 0;
69 FG_THROW(fg_get_surface_vertex_buffer(&temp, get()));
70 return temp;
71}
72
73unsigned Surface::colors() const
74{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected