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)
  3. auto vsh(Params[0..$ - 1] args)
  4. auto vsh(Params[0..$ - 1] args)
    template vsh(alias f_unenforced)
    static if(!(is(Params[$ - 1] == const(VkAllocationCallbacks)*)))
    static if(isPointer!(Params[$ - 1]) && __traits(compiles, ))
    vsh
    (
    Params[0..$ - 1] args
    )
  5. auto vsh(Params[0..$ - 2] args)

Meta