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

Method alphas

src/api/cpp/surface.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80unsigned Surface::alphas() const
81{
82 unsigned temp = 0;
83 FG_THROW(fg_get_surface_alpha_buffer(&temp, get()));
84 return temp;
85}
86
87unsigned Surface::verticesSize() const
88{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected