wip framebuffers

This commit is contained in:
2025-09-14 15:42:41 +02:00
parent f97ad3dd13
commit 3320e83efb
6 changed files with 85 additions and 4 deletions
+8
View File
@@ -9,4 +9,12 @@
#define VERSION "(dev)"
#endif
#ifndef FRAMEBUFFER_IDS
#define FRAMEBUFFER_IDS {0, 1, 2, 3, 4, 5, 6, 7}
#endif
#ifndef BUFFER_COUNT
#define BUFFER_COUNT 8
#endif
#endif