From 944ca7aede48f358329cc9e6cdac479648f30c17 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 15 Feb 2025 21:21:18 +1100 Subject: up the max rpos --- video.cpp | 4 ++-- 1 file 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 -- cgit v1.2.3-54-g00ecf