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