Increase scratch buffer size

This commit is contained in:
Josh Holtrop 2022-03-19 22:08:35 -04:00
parent 3c549f0838
commit 163ef9f79e

View File

@ -1,4 +1,4 @@
align(4096) __gshared ubyte[512 * 1024] scratch;
align(4096) __gshared ubyte[1024 * 1024] scratch;
__gshared size_t scratch_used;
size_t scratch_free()