Is it safe to call the Present() function from a non-ui thread #2707
-
I know I can create command buffers using threads other than the main thread, but can I submit the command buffer and call the present() function from non-ui threads ? My previous experience with opengl tells me no. But I tried it on linux, it worked. Is it safe to do cross-platform wise? |
Beta Was this translation helpful? Give feedback.
Answered by
cwfitzgerald
May 31, 2022
Replies: 1 comment 6 replies
-
Yup, you can call it from any thread. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
cwfitzgerald
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yup, you can call it from any thread.