diff options
author | quou <quou@disroot.org> | 2025-01-01 18:43:31 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-01 18:43:31 +1100 |
commit | d26100734623f37063206b9b144c2a29fd71d414 (patch) | |
tree | 11aefe54b4110109a841cb656b2f309ee69a1893 /sc/sc.cpp | |
parent | 568ba73c71b650f905bd1b3f60f10871316eefdc (diff) |
material system
Diffstat (limited to 'sc/sc.cpp')
-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[] = { |