wip framebuffers
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user