VisualServerSingleton.immediateVertex

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

struct VisualServerSingleton
@nogc nothrow
void
immediateVertex
(
in RID immediate
,
in Vector3 vertex
)

Meta