vshDestroy.vshDestroy

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

Meta