Skip to content
  • Philip Langdale's avatar
    vulkan: Implement exporting of textures · 9d0067c4
    Philip Langdale authored and Niklas Haas's avatar Niklas Haas committed
    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.
    9d0067c4