Skip to content
Snippets Groups Projects

vulkan: Implement exporting of textures

Merged Niklas Haas requested to merge philipl:master into master
  1. Nov 18, 2018
    • Philip Langdale's avatar
      vulkan: Implement exporting of textures · 9e2d21e8
      Philip Langdale authored
      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.
      9e2d21e8
Loading