Jump to content

[Native] How to correctly submit an image to the Wave SDK when using Vulkan


John5091

Recommended Posts

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

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...