Do not batch for now

This commit is contained in:
luboslenco
2025-04-20 23:29:05 +02:00
parent 3ad58d5925
commit 24c08bff6b
20 changed files with 337 additions and 708 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ function render() {
iron_gpu_set_pipeline(pipeline);
gpu_set_vertex_buffer(vb);
gpu_set_index_buffer(ib);
gpu_draw_indexed_vertices(0, -1);
gpu_draw_indexed_vertices();
_gpu_end();
}