
Go to the source code of this file.
Classes | |
| struct | _GLFWtlsWin32 |
Macros | |
| #define | _GLFW_PLATFORM_LIBRARY_TLS_STATE _GLFWtlsWin32 win32_tls |
Typedefs | |
| typedef struct _GLFWtlsWin32 | _GLFWtlsWin32 |
Functions | |
| int | _glfwCreateContextTLS (void) |
| void | _glfwDestroyContextTLS (void) |
| void | _glfwSetContextTLS (_GLFWwindow *context) |
| #define _GLFW_PLATFORM_LIBRARY_TLS_STATE _GLFWtlsWin32 win32_tls |
Definition at line 31 of file win32_tls.h.
| typedef struct _GLFWtlsWin32 _GLFWtlsWin32 |
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.