Function VisualServerSingleton.immediateVertex

Adds the next vertex using the information provided in advance. Equivalent to ImmediateGeometry.addVertex.

void immediateVertex (
  const(RID) immediate,
  const(Vector3) vertex
) nothrow @nogc;