Skip to content
  • Philip Langdale's avatar
    gpu: add import handle_caps · 5ef7b583
    Philip Langdale authored and Niklas Haas's avatar Niklas Haas committed
    In prepartion for supporting importing external memory, we need to
    define separate caps for import handle types. In theory, a Vulkan
    implementation is free to only support a handle type for one
    direction and not the other.
    
    This also means we have a field for import caps for `pl_sync`. This is
    always set to 0 for now as we don't have a use-case for importing
    semaphores.
    5ef7b583