Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
unsigned Surface::vertices() const
67
{
68
unsigned temp = 0;
69
FG_THROW(fg_get_surface_vertex_buffer(&temp, get()));
70
return temp;
71
}
72
73
unsigned Surface::colors() const
74
{
Callers
nothing calls this directly
Calls
1
fg_get_surface_vertex_buffer
Function · 0.85
Tested by
no test coverage detected