Function VisualServerSingleton.meshSurfaceGetIndexArray

Returns a mesh's surface's index buffer.

PoolArray!(ubyte) meshSurfaceGetIndexArray (
  const(RID) mesh,
  const(long) surface
) nothrow @nogc const;