MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / begin

Method begin

physx/samples/sampleframework/renderer/src/ogl/OGLRenderer.cpp:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218 }
219
220 bool OGLRenderer::begin(void)
221 {
222 bool ok = false;
223 ok = m_platform->makeContextCurrent();
224 return ok;
225 }
226
227 void OGLRenderer::end(void)
228 {

Callers 15

createChunkMethod · 0.45
destroyChunkMethod · 0.45
updateDynamicChunkIdMethod · 0.45
deleteCollectionsMethod · 0.45
detachMethod · 0.45
onTickPreRenderMethod · 0.45
onContactMethod · 0.45
readAMCDataMethod · 0.45
getChildIndexMethod · 0.45
onReleaseMethod · 0.45

Calls 1

makeContextCurrentMethod · 0.45

Tested by 1

getChildIndexMethod · 0.36