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

Vulkan readpixels support #8912

Merged
merged 6 commits into from
May 15, 2024
Merged

Vulkan readpixels support #8912

merged 6 commits into from
May 15, 2024

Conversation

Jhonnyg
Copy link
Contributor

@Jhonnyg Jhonnyg commented May 12, 2024

The vulkan render adapter can now read the framebuffer into a pixel buffer. This is currently only used in recorder extension(s), but the functionality might be available in a user facing api at some point.

Fixes #4688

@Jhonnyg Jhonnyg added task A task that needs to be performed engine Issues related to the Defold engine vulkan labels May 12, 2024
@Jhonnyg Jhonnyg requested a review from JCash May 14, 2024 06:33
@Jhonnyg Jhonnyg merged commit a725bec into dev May 15, 2024
22 checks passed
@Jhonnyg Jhonnyg deleted the vulkan-readpixels-support branch May 15, 2024 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine Issues related to the Defold engine task A task that needs to be performed vulkan
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add texture readback for Vulkan
2 participants