improve rendering performance even more by using instanced rendering

This commit is contained in:
2026-02-22 02:49:30 +01:00
parent 12a96cba66
commit 9446e1b86c
6 changed files with 125 additions and 17 deletions

View File

@ -4,6 +4,8 @@
#include <raylib.h>
#define PRINT_TIMINGS
// #define BATCHING
#define INSTANCING // Fastest (so far)
// #define WEB
// Window