vsh.vsh

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto vsh(Params args)
  2. auto vsh(Params[0..$ - 2] args, Params[$ - 1] lastArg)
    template vsh(alias f_unenforced)
    static if(is(Params[$ - 2] == const(VkAllocationCallbacks)*))
    vsh
    (
    Params[0..$ - 2] args
    ,)
  3. auto vsh(Params[0..$ - 1] args)
  4. auto vsh(Params[0..$ - 1] args)
  5. auto vsh(Params[0..$ - 2] args)

Meta