- _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.
Translated from C to D