We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b008106 commit 063bf5eCopy full SHA for 063bf5e
2 files changed
src/renderer/tr_local.h
@@ -2166,7 +2166,7 @@ RENDERER BACK END COMMAND QUEUE
2166
=============================================================
2167
*/
2168
2169
-#define MAX_RENDER_COMMANDS 0x80000
+#define MAX_RENDER_COMMANDS 0x100000
2170
2171
typedef struct {
2172
byte cmds[MAX_RENDER_COMMANDS];
src/renderervk/tr_local.h
@@ -2161,7 +2161,7 @@ RENDERER BACK END COMMAND QUEUE
2161
2162
2163
2164
2165
0 commit comments