mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Add Vulkan functions to thread safety section
This commit is contained in:
parent
5e5fea2293
commit
65870346e4
@ -250,6 +250,15 @@ version related functions may be called from any thread:
|
|||||||
- @ref glfwGetVersion
|
- @ref glfwGetVersion
|
||||||
- @ref glfwGetVersionString
|
- @ref glfwGetVersionString
|
||||||
|
|
||||||
|
Vulkan objects may be created and information queried from any thread. The
|
||||||
|
following Vulkan related functions may be called from any thread:
|
||||||
|
|
||||||
|
- @ref glfwVulkanSupported
|
||||||
|
- @ref glfwGetRequiredInstanceExtensions
|
||||||
|
- @ref glfwGetInstanceProcAddress
|
||||||
|
- @ref glfwGetPhysicalDevicePresentationSupport
|
||||||
|
- @ref glfwCreateWindowSurface
|
||||||
|
|
||||||
GLFW uses no synchronization objects internally except for thread-local storage
|
GLFW uses no synchronization objects internally except for thread-local storage
|
||||||
to keep track of the current context for each thread. Synchronization is left
|
to keep track of the current context for each thread. Synchronization is left
|
||||||
to the application.
|
to the application.
|
||||||
|
Loading…
Reference in New Issue
Block a user