working 6-stage fragments

This commit is contained in:
2025-09-15 11:39:29 +02:00
parent bfd1abcac7
commit 858d504528
14 changed files with 204 additions and 76 deletions
+4 -4
View File
@@ -9,12 +9,12 @@
#define VERSION "(dev)"
#endif
#ifndef FRAMEBUFFER_COUNT
#define FRAMEBUFFER_COUNT 7
#ifndef FRAG_COUNT
#define FRAG_COUNT 6
#endif
#ifndef TEXTURE_COUNT
#define TEXTURE_COUNT 8
#ifndef TEX_COUNT
#define TEX_COUNT 8
#endif
#endif