Hydr8gon / sm64

A port of Super Mario 64 for the DSi
Creative Commons Zero v1.0 Universal
130 stars 9 forks source link

Added Vertex Batching #35

Closed AngelTomkins closed 7 months ago

AngelTomkins commented 7 months ago

Decreased the number of times that draw_vertices() is called by batching all sequential vertices possible before sending them all to be rendered by draw_vertices(). This improves the performance by around 1 ms per frame.