MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / removeGlContextById

Method removeGlContextById

source/kernel/kthread.cpp:1550–1552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550void KThread::removeGlContextById(U32 id) {
1551 this->glContext.remove(id);
1552}
1553
1554KThreadGlContextPtr KThread::addGlContext(U32 id, void* context) {
1555 KThreadGlContextPtr result = std::make_shared<KThreadGlContext>(context);

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected