Function VisualServerSingleton.meshSurfaceGetArray

Returns a mesh's surface's vertex buffer.

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