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.

struct VisualServerSingleton
@nogc nothrow
void
immediateVertex2d
(
in RID immediate
,
in Vector2 vertex
)

Meta