///////////////////////////////////////////////////////
| 706 | |
| 707 | //////////////////////////////////////////////////////////// |
| 708 | std::uint64_t GlContext::getActiveContextId() |
| 709 | { |
| 710 | return GlContextImpl::CurrentContext::get().id; |
| 711 | } |
| 712 | |
| 713 | |
| 714 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected