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

Function releaseGLBuffer

include/ComputeCopy.h:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101static
102void releaseGLBuffer(GfxHandle* pHandle)
103{
104 free(pHandle);
105}
106
107static
108void copyToGLBuffer(GfxHandle* pGLDestination, ComputeResourceHandle pSource, const size_t pSize)

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected