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

Method verticesSize

src/api/cpp/surface.cpp:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87unsigned Surface::verticesSize() const
88{
89 unsigned temp = 0;
90 FG_THROW(fg_get_surface_vertex_buffer_size(&temp, get()));
91 return temp;
92}
93
94unsigned Surface::colorsSize() const
95{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected