working framebuffers, textures and feedback

This commit is contained in:
2025-09-15 00:10:00 +02:00
parent 85e061398e
commit ede531de57
6 changed files with 116 additions and 105 deletions
+1 -5
View File
@@ -9,12 +9,8 @@
#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
#define BUFFER_COUNT 1
#endif
#endif