summaryrefslogtreecommitdiff
path: root/video.cpp
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-02-15 21:21:18 +1100
committerquou <quou@disroot.org>2025-02-15 21:21:18 +1100
commit944ca7aede48f358329cc9e6cdac479648f30c17 (patch)
treed7a348105b67d9991d22049eaa5576b7124d149d /video.cpp
parent3c2331f9038a8fecbc182e6ebf9216df659416f0 (diff)
up the max rpos
Diffstat (limited to 'video.cpp')
-rw-r--r--video.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/video.cpp b/video.cpp
index 9a4cc74..7fe26b1 100644
--- a/video.cpp
+++ b/video.cpp
@@ -6,9 +6,9 @@
#define max_textures 1024
#define max_buffers 1024
#define max_vertex_formats 64
-#define max_rpos 64
+#define max_rpos 128
#define max_fbos 128
-#define max_pipelines 64
+#define max_pipelines 128
#define max_descriptor_sets 1024
#define max_shaders 32
#define max_samplers 16