GenericVbo.opCast

Cast this GenericVbo to a specific SpecificVbo!T.

  1. bool opCast()
  2. inout(SpecificVbo!(T)) opCast()
    struct GenericVbo
    ref inout
    inout(SpecificVbo!(T))
    opCast
    (
    T : SpecificVbo!(T)
    )
    ()

Meta