vshDestroyRange.vshDestroyRange

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto vshDestroyRange(Ts args, const(VkAllocationCallbacks)* allocator)
    template vshDestroyRange(Ts...)
    vshDestroyRange
    (
    Ts args
    ,
    const(VkAllocationCallbacks)* allocator
    )
    if (
    Ts.length > 0 &&
    isHandleType!(ForeachType!(Ts[$ - 1]))
    )
  2. auto vshDestroyRange(Ts args)

Meta