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

Method alphasSize

src/api/cpp/surface.cpp:101–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101unsigned Surface::alphasSize() const
102{
103 unsigned temp = 0;
104 FG_THROW(fg_get_surface_alpha_buffer_size(&temp, get()));
105 return temp;
106}
107
108fg_surface Surface::get() const
109{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected