bind resources to shaders

This commit is contained in:
Samuliak 2024-07-28 07:36:32 +02:00
parent cb525b22ff
commit 7ea18d8a5f
5 changed files with 271 additions and 14 deletions

View file

@ -367,7 +367,7 @@ namespace LatteDecompiler
break;
}
src->add(" in [[stage_in]], constant SupportBuffer& supportBuffer [[buffer(29)]]");
src->add(" in [[stage_in]], constant SupportBuffer& supportBuffer [[buffer(30)]]");
switch (decompilerContext->shaderType)
{
case LatteConst::ShaderType::Vertex: