cf_apply_mesh¶
Category: graphics
GitHub: cute_graphics.h
Uses a specific mesh for rendering.
Remarks¶
The mesh contains vertex data, defining the geometry to be rendered. The mesh vertices are sent to the GPU as inputs to the vertex shader. See CF_Mesh for an overview.