MCPcopy 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
44fg_err fg_finish()
45{
46 try {
47 glFinish();
48 }
49 CATCHALL;
50
51 return FG_ERR_NONE;
52}
53
54namespace forge
55{

Callers 2

finishFunction · 0.85
copyToGLBufferFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected