pub unsafe extern "C" fn render__draw_meshes(
mesh_instances_ptr: *const RenderMeshInstance,
mesh_instances_len: u32,
) -> ErrorCode
Expand description
Draw a mesh with the specified world transform matrix and mesh style.
The world transform will be combined with the camera transform.
If an error occurs drawing one or more of the meshes in the list, no meshes in the list will be drawn, and the module will be aborted.