vshDestroy

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

Members

Aliases

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

Functions

vshDestroy
auto vshDestroy(Ts args)
Undocumented in source. Be warned that the author may not have intended to support it.
vshDestroy
auto vshDestroy(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