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.

@MarijnS95 MarijnS95 force-pushed the ext-host-image-copy branch from 23de7d6 to 3e95bb2 Compare July 31, 2023 19:52
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 force-pushed the ext-host-image-copy branch from 3e95bb2 to f3e212f Compare July 31, 2023 20:30
@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 force-pushed the ext-host-image-copy branch from f3e212f to 803d184 Compare August 14, 2023 13:53
@MarijnS95 MarijnS95 merged commit 95ff15f into master Aug 14, 2023
@MarijnS95 MarijnS95 deleted the ext-host-image-copy branch August 14, 2023 13:56
@MarijnS95 MarijnS95 added this to the Ash 0.38 milestone Dec 3, 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

Successfully merging this pull request may close these issues.

1 participant