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

Function fg_get_surface_alpha_buffer

src/api/c/surface.cpp:113–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113fg_err fg_get_surface_alpha_buffer(unsigned* pOut, const fg_surface pSurface)
114{
115 try {
116 ARG_ASSERT(1, (pSurface!=0));
117
118 *pOut = getSurface(pSurface)->abo();
119 }
120 CATCHALL
121
122 return FG_ERR_NONE;
123}
124
125fg_err fg_get_surface_vertex_buffer_size(unsigned* pOut, const fg_surface pSurface)
126{

Callers 1

alphasMethod · 0.85

Calls 2

getSurfaceFunction · 0.85
aboMethod · 0.45

Tested by

no test coverage detected