Searched refs:wglDeleteContextFunc (Results 1 – 1 of 1) sorted by relevance
125 typedef BOOL (WINAPI* wglDeleteContextFunc) (HGLRC hglrc); typedef152 wglDeleteContextFunc deleteContext;207 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext"); in Library()