HGE::Gfx_FinishBatch

Ends rendering of graphic primitives batch.

void Gfx_FinishBatch(
  int nprim
);

Parameters

nprim
Number of primitives actually written to the vertex buffer returned by Gfx_StartBatch.

Requirements

Header: hge.h
Import library: hge.lib

See also

Gfx_StartBatch, Gfx_BeginScene, Gfx_EndScene