Go to the source code of this file.
Macros | |
#define | setAttrib(a, v) |
Functions | |
GLFWbool | _glfwCreateContextWGL (_GLFWwindow *window, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig) |
GLFWbool | _glfwInitWGL (void) |
void | _glfwTerminateWGL (void) |
static int | choosePixelFormat (_GLFWwindow *window, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig) |
static void | destroyContextWGL (_GLFWwindow *window) |
static int | extensionSupportedWGL (const char *extension) |
static int | getPixelFormatAttrib (_GLFWwindow *window, int pixelFormat, int attrib) |
static GLFWglproc | getProcAddressWGL (const char *procname) |
GLFWAPI HGLRC | glfwGetWGLContext (GLFWwindow *handle) |
static void | makeContextCurrentWGL (_GLFWwindow *window) |
static void | swapBuffersWGL (_GLFWwindow *window) |
static void | swapIntervalWGL (int interval) |
Definition at line 469 of file wgl_context.c.
GLFWbool _glfwCreateContextWGL | ( | _GLFWwindow * | window, |
const _GLFWctxconfig * | ctxconfig, | ||
const _GLFWfbconfig * | fbconfig | ||
) |
Definition at line 478 of file wgl_context.c.
Definition at line 343 of file wgl_context.c.
Definition at line 463 of file wgl_context.c.
|
static |
Definition at line 57 of file wgl_context.c.
|
static |
Definition at line 327 of file wgl_context.c.
|
static |
Definition at line 301 of file wgl_context.c.
|
static |
Definition at line 37 of file wgl_context.c.
|
static |
Definition at line 316 of file wgl_context.c.
GLFWAPI HGLRC glfwGetWGLContext | ( | GLFWwindow * | handle | ) |
Definition at line 719 of file wgl_context.c.
|
static |
Definition at line 232 of file wgl_context.c.
|
static |
Definition at line 257 of file wgl_context.c.
|
static |
Definition at line 278 of file wgl_context.c.