#include "internal.h"
Go to the source code of this file.
Functions | |
| int | _glfwCreateContextTLS (void) |
| void | _glfwDestroyContextTLS (void) |
| _GLFWwindow * | _glfwPlatformGetCurrentContext (void) |
| Returns the window whose context is current on the calling thread. More... | |
| void | _glfwSetContextTLS (_GLFWwindow *context) |
Definition at line 35 of file win32_tls.c.
Definition at line 49 of file win32_tls.c.
| void _glfwSetContextTLS | ( | _GLFWwindow * | context | ) |
Definition at line 55 of file win32_tls.c.