#include <wgl_context.h>
Public Attributes | |
| struct { | |
| WGLCREATECONTEXT_T CreateContext | |
| WGLDELETECONTEXT_T DeleteContext | |
| WGLGETPROCADDRESS_T GetProcAddress | |
| HINSTANCE instance | |
| WGLMAKECURRENT_T MakeCurrent | |
| WGLSHARELISTS_T ShareLists | |
| } | opengl32 |
Definition at line 83 of file wgl_context.h.
| WGLCREATECONTEXT_T _GLFWlibraryWGL::CreateContext |
Definition at line 87 of file wgl_context.h.
| WGLDELETECONTEXT_T _GLFWlibraryWGL::DeleteContext |
Definition at line 88 of file wgl_context.h.
| WGLGETPROCADDRESS_T _GLFWlibraryWGL::GetProcAddress |
Definition at line 89 of file wgl_context.h.
| HINSTANCE _GLFWlibraryWGL::instance |
Definition at line 86 of file wgl_context.h.
| WGLMAKECURRENT_T _GLFWlibraryWGL::MakeCurrent |
Definition at line 90 of file wgl_context.h.
| struct { ... } _GLFWlibraryWGL::opengl32 |
| WGLSHARELISTS_T _GLFWlibraryWGL::ShareLists |
Definition at line 91 of file wgl_context.h.