Jump to content

John5091

Verified Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by John5091

  1. Hi, I am using the NativeSDK together with Vulkan, and I am not sure how to correctly submit an image that was rendered using Vulkan. When calling WVR_SubmitFrame directly after submitting the command buffer using vkQueueSubmit, I get tearing artifact. If I instead wait for the completion of the command buffer using vkWaitForFences before submitting the image to Wave VR, the image is shown correctly without tearing. However, waiting on the CPU for the completion of the GPU job slows down my application and leads to stuttering. Sadly, I can't find any documentation to the correct usage of WVR_SubmitFrame when using Vulkan. Thanks for your help
×
×
  • Create New...