Overload List

  NameDescription
DrawUserIndexedPrimitives<(Of <(T>)>)(PrimitiveType, array<T>[]()[], Int32, Int32, array<Int16>[]()[], Int32, Int32)
Renders geometric primitives with indexed data specified by the user, specifying an index buffer as an array of type System.Int16.
DrawUserIndexedPrimitives<(Of <(T>)>)(PrimitiveType, array<T>[]()[], Int32, Int32, array<Int32>[]()[], Int32, Int32)
Renders geometric primitives with indexed data specified by the user, specifying an index buffer as an array of type System.Int32.

See Also