KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.23k stars 634 forks source link

Add new sample for VK_EXT_host_image_copy #1114

Closed SaschaWillems closed 3 weeks ago

SaschaWillems commented 2 months ago

Description

This PR adds a new sample for the VK_EXT_host_image_copy. It shows how to replace traditional image staging with host image copies and also comes with a tutorial on how to use this extension.

I have tested the sample on Windows 11 with an nvidia RTX 4070.

Fixes #1076

General Checklist:

Please ensure the following points are checked:

Sample Checklist

If your PR contains a new or modified sample, these further checks must be carried out in addition to the General Checklist:

gary-sweet commented 2 months ago

The sample runs fine for me, just a few minor comments on the documentation.

SaschaWillems commented 1 month ago

Thank you very much for your review. I have incorporated your suggestions :)

asuessenbach commented 1 month ago

I have incorporated your suggestions

Have you? You just adjusted the copyrights.

SaschaWillems commented 1 month ago

My bad. I forgot to actually commit the other changes. Please check again.

marty-johnson59 commented 3 weeks ago

Merging - 3 approvals