MCPcopy Create free account
hub / github.com/baldurk/renderdoc / Finish

Method Finish

qrenderdoc/Code/pyrenderdoc/PythonContext.cpp:565–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void PythonContext::Finish()
566{
567 PyGILState_STATE gil = PyGILState_Ensure();
568
569 // release our external handle to globals. It'll now only be ref'd from inside
570 Py_XDECREF(context_namespace);
571
572 PyGILState_Release(gil);
573}
574
575void PythonContext::PausePythonThreading()
576{

Callers 15

glFinishMethod · 0.45
glFinishMethod · 0.45
glFinishMethod · 0.45
glFinishMethod · 0.45
glFinishMethod · 0.45
glFinishMethod · 0.45
glFinishMethod · 0.45
glFinishMethod · 0.45
glFinishMethod · 0.45
glFinishMethod · 0.45
glFinishMethod · 0.45
glFinishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected