Skip to content

vulkan: Use VkExternalMemory[Buffer|Image]CreateInfo

Niklas Haas requested to merge philipl:extmem into master

Created by: philipl

We have confirmed that these structs need to be used when creating an image or buffer that will be backed by memory that will in turn be exported for use with an external API.

https://github.com/KhronosGroup/Vulkan-Docs/issues/867

Merge request reports