hack: increase xfb ring buffer size

This commit is contained in:
Samuliak 2024-08-19 16:02:36 +02:00
parent e2f66b8aa3
commit b59dbfc9c3
2 changed files with 16 additions and 8 deletions

View file

@ -386,7 +386,7 @@ namespace LatteDecompiler
// streamout buffer (transform feedback)
if (decompilerContext->analyzer.hasStreamoutEnable && decompilerContext->analyzer.hasStreamoutWrite)
{
src->addFmt(", device int* sb [[buffer({})]]" _CRLF, decompilerContext->output->resourceMappingVK.getTFStorageBufferBindingPoint());
src->addFmt(", device int* sb [[buffer({})]]" _CRLF, decompilerContext->output->resourceMappingVK.tfStorageBindingPoint);
}
break;