diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/sc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |