summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
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[] = {