This commit is contained in:
lizzie 2026-01-26 00:09:01 +00:00 committed by crueter
parent 6ba4163822
commit bcd3b0877b
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ Shader::AttributeType AttributeType(const FixedPipelineState& state, size_t inde
case Maxwell::VertexAttribute::Type::UnusedEnumDoNotUseBecauseItWillGoAway:
return Shader::AttributeType::Disabled;
}
return Shader::AttributeType::Disabled;
}
Shader::RuntimeInfo MakeRuntimeInfo(std::span<const Shader::IR::Program> programs,