Skip to content
  • Niklas Haas's avatar
    vulkan/utils: add vk_chain_alloc helper · c7cfa668
    Niklas Haas authored
    To insert an arbitrary structure into a pNext chain and also return the
    pointer to the inserted structure. If the structure already exists, it
    is simply returned as-is.
    
    Useful for constructing e.g. features chains.
    c7cfa668