13.2 Details
13.2.1 void raydium_rendering_from_to(GLuint from, GLuint to)
Renders to - from vertice starting at "from". Probably useless for end-user.
13.2.2 void raydium_rendering(void)
Same as above, but renders all.
13.2.3 void raydium_rendering_finish(void)
You must call this function when your frame is finished, as late as possible, since this function will flush 3D hardware intructions.
Return to
RaydiumApiReference index.