Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ finish
Function
finish
src/backend/opengl/update_buffer.cpp:74–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
void finish()
75
{
76
fg_err val = fg_finish();
77
if (val!=FG_ERR_NONE)
78
FG_ERROR(
"glFinish failed"
, val);
79
}
80
}
Callers
nothing calls this directly
Calls
1
fg_finish
Function · 0.85
Tested by
no test coverage detected