Skip to content

vulkan: Implement exporting of textures

Niklas Haas requested to merge philipl:master into master

Created by: philipl

This is analogous to the existing functionality for buffers. A texture may be created, requesting that it be exported. A texture is transitioned between external and internal use with pl_vulkan_hold (with export set to true) and pl_vulkan_release.

Merge request reports