vshCreateScoped.f_unenforced

Undocumented in source.
  1. alias f_unenforced = functionMixin!("vkCreate" ~ Ts[0])
  2. alias f_unenforced = Ts[0]
    template vshCreateScoped(Ts...)
    static if(!(Ts.length == 1 && is(typeof(Ts[0]) == string)))
    static if(Ts.length == 1)
    alias f_unenforced = Ts[0]
  3. alias f_unenforced = Ts[0]

Meta