///////////////////////////////////////////////////////
| 699 | |
| 700 | //////////////////////////////////////////////////////////// |
| 701 | const GlContext* GlContext::getActiveContext() |
| 702 | { |
| 703 | return GlContextImpl::CurrentContext::get().ptr; |
| 704 | } |
| 705 | |
| 706 | |
| 707 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected