Searched refs:wglCreateContextFunc (Results 1 – 1 of 1) sorted by relevance
129 typedef HGLRC (WINAPI* wglCreateContextFunc) (HDC hdc); typedef159 wglCreateContextFunc createContext;218 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext"); in Library()