Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Vulkan capture when not presenting #3321

Closed
friesofdoom opened this issue May 17, 2024 · 1 comment
Closed

Allow Vulkan capture when not presenting #3321

friesofdoom opened this issue May 17, 2024 · 1 comment

Comments

@friesofdoom
Copy link

Description

When doing "headless" rendering where the output is an encoded video stream, there is no window and no present call. It would be nice to still be able to do a capture in this case.

Environment

  • RenderDoc version: 1.32
  • Operating System: Windows 10
  • Graphics API: Vulkan

Possibly an option to capture on a queue submit, or to capture N queue submit calls immediately would suffice.

@baldurk
Copy link
Owner

baldurk commented May 17, 2024

You can use the in-application API to control when captures start and stop, regardless of whether your application creates a window or presents to it.

@baldurk baldurk closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants