decorrelate textures and buffers

This commit is contained in:
2025-09-15 10:44:50 +02:00
parent fdf352eb8b
commit bfd1abcac7
4 changed files with 30 additions and 25 deletions
+6 -2
View File
@@ -9,8 +9,12 @@
#define VERSION "(dev)"
#endif
#ifndef BUFFER_COUNT
#define BUFFER_COUNT 1
#ifndef FRAMEBUFFER_COUNT
#define FRAMEBUFFER_COUNT 7
#endif
#ifndef TEXTURE_COUNT
#define TEXTURE_COUNT 8
#endif
#endif