///////////////////////////////////////////////////////
| 136 | |
| 137 | //////////////////////////////////////////////////////////// |
| 138 | GlFunctionPointer Context::getFunction(const char* name) |
| 139 | { |
| 140 | assert(name && "Context::getFunction Name must not be null"); |
| 141 | return priv::GlContext::getFunction(name); |
| 142 | } |
| 143 | |
| 144 | |
| 145 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected