glfw3.win32_thread

Translated from C to D

Public Imports

glfw3.internal
public import glfw3.internal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Static functions

_glfwPlatformCreateMutex
GLFWbool _glfwPlatformCreateMutex(_GLFWmutex* mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformCreateTls
GLFWbool _glfwPlatformCreateTls(_GLFWtls* tls)

/////////////////////////////////////////////////////////////////////// /// GLFW platform API ////// ///////////////////////////////////////////////////////////////////////

_glfwPlatformDestroyMutex
void _glfwPlatformDestroyMutex(_GLFWmutex* mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformDestroyTls
void _glfwPlatformDestroyTls(_GLFWtls* tls)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformGetTls
void* _glfwPlatformGetTls(_GLFWtls* tls)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformLockMutex
void _glfwPlatformLockMutex(_GLFWmutex* mutex)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformSetTls
void _glfwPlatformSetTls(_GLFWtls* tls, void* value)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformUnlockMutex
void _glfwPlatformUnlockMutex(_GLFWmutex* mutex)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta