Function VisualServerSingleton.immediateVertex2d

Adds the next vertex using the information provided in advance. This is a helper class that calls immediateVertex under the hood. Equivalent to ImmediateGeometry.addVertex.

void immediateVertex2d (
  const(RID) immediate,
  const(Vector2) vertex
) nothrow @nogc;