vshDestroyRange

Undocumented in source.
  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)

Members

Aliases

f
alias f = functionMixin!("vkDestroy" ~ name)
Undocumented in source.

Functions

vshDestroyRange
auto vshDestroyRange(Ts args)
Undocumented in source. Be warned that the author may not have intended to support it.
vshDestroyRange
auto vshDestroyRange(Ts args, const(VkAllocationCallbacks)* allocator)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

name
enum name;
Undocumented in source.

Meta