///////////////////////////////////////////////////////
| 122 | |
| 123 | //////////////////////////////////////////////////////////// |
| 124 | std::uint64_t Context::getActiveContextId() |
| 125 | { |
| 126 | return priv::GlContext::getActiveContextId(); |
| 127 | } |
| 128 | |
| 129 | |
| 130 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected