summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2025-01-01 18:43:31 +1100
committerquou <quou@disroot.org>2025-01-01 18:43:31 +1100
commitd26100734623f37063206b9b144c2a29fd71d414 (patch)
tree11aefe54b4110109a841cb656b2f309ee69a1893 /sc
parent568ba73c71b650f905bd1b3f60f10871316eefdc (diff)
material system
Diffstat (limited to 'sc')
-rw-r--r--sc/sc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/sc.cpp b/sc/sc.cpp
index 3c39b0c..dfe4325 100644
--- a/sc/sc.cpp
+++ b/sc/sc.cpp
@@ -22,7 +22,7 @@ const int glsl_version = 440;
const char* builtin_src = "";
static const auto client_version = glslang::EShTargetVulkan_1_0;
static const auto target_version = glslang::EShTargetSpv_1_0;
-const int desc_parse_memory = 4096;
+const int desc_parse_memory = 4096 * 1024;
std::string get_desc(const char* src) {
const char* srcs[] = {