Vsh.Vsh

Undocumented in source.
  1. alias Vsh = ForeignPtr!T
  2. alias Vsh = T
    template Vsh(T)
    version(GCDestroyAsst)
    static if(!(T.stringof.endsWith("_handle*") && __traits(compiles, mixin ("vkDestroy" ~ T.stringof["vk".length .. $ - "_handle*".length]))))
    alias Vsh = T
  3. alias Vsh = T

Meta