vshCreate.vshCreate

/static if (is(Params[$-2] == const(VkAllocationCallbacks)*)) {

  1. auto vshCreate(Ts args, const(VkAllocationCallbacks)* allocator)
  2. auto vshCreate(Ts args)
    template vshCreate(Ts...)
    vshCreate
    (
    Ts args
    )
    if (
    Ts.length > 0 &&
    isCreateInfoType!(Ts[$ - 1])
    )

Meta