Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ fg_finish
Function
fg_finish
src/backend/opengl/update_buffer.cpp:44–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
fg_err fg_finish()
45
{
46
try {
47
glFinish();
48
}
49
CATCHALL;
50
51
return FG_ERR_NONE;
52
}
53
54
namespace forge
55
{
Callers
2
finish
Function · 0.85
copyToGLBuffer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected