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

extensions/ext: Add VK_EXT_host_image_copy #779

Merged
merged 1 commit into from
Aug 14, 2023
Merged

Conversation

MarijnS95
Copy link
Collaborator

No description provided.

Comment on lines +26 to +29
/// Also available as [`HostImageCopy::get_image_subresource_layout2()`]
/// when [`VK_EXT_host_image_copy`] is enabled.
///
/// [`VK_EXT_host_image_copy`]: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_host_image_copy.html
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still unsure if this is an OR or AND... Maybe an AND in the case that vk::Image lives on the host?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I figured it's an OR. In vk.xml both extensions have this command inside a <require> block, without extra depends="the_other_extension" attribute.

@MarijnS95 MarijnS95 changed the title extensions/ext: Add VK_EXT_host_image_copy device extension extensions/ext: Add VK_EXT_host_image_copy Jul 31, 2023
@MarijnS95 MarijnS95 merged commit 95ff15f into master Aug 14, 2023
16 checks passed
@MarijnS95 MarijnS95 deleted the ext-host-image-copy branch August 14, 2023 13:56
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

Successfully merging this pull request may close these issues.

1 participant