-
Notifications
You must be signed in to change notification settings - Fork 1.3k
"No work has been submitted for this frame" timeout #3189
Copy link
Copy link
Closed
Labels
backend: vulkanIssues with VulkanIssues with Vulkantype: bugSomething isn't workingSomething isn't working
Description
Description
If you do not submit any work for a surface, and present it, problems occur running wgpuSwapChainGetCurrentTextureView (wgpu-native), it seems to be hitting this line specifically
Repro steps
You can just strip out all code that submits work from any rendering example
Expected vs observed behavior
Nothing should happen, and wgpuSwapChainGetCurrentTextureView should run just fine, but it does not, sometimes failing with a timeout, sometimes working
Extra materials
the 'beginning scene' is where i get the swap chain's current texture view, things marked with 'CallbackError' are errors from wgpuDeviceSetUncapturedErrorCallback

Platform
Arch Linux, AMD GPU, latest master of wgpu-native
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backend: vulkanIssues with VulkanIssues with Vulkantype: bugSomething isn't workingSomething isn't working