mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-13 00:38:55 +02:00
fx
This commit is contained in:
parent
6ba4163822
commit
bcd3b0877b
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue