Browse Source
Merge pull request #7777 from lioncash/nodisc
shader_recompiler: Remove unnecessary [[nodiscard]] specifier
pull/15/merge
Morph
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
src/shader_recompiler/frontend/maxwell/translate_program.h
|
|
|
@ -21,7 +21,6 @@ namespace Shader::Maxwell { |
|
|
|
[[nodiscard]] IR::Program MergeDualVertexPrograms(IR::Program& vertex_a, IR::Program& vertex_b, |
|
|
|
Environment& env_vertex_b); |
|
|
|
|
|
|
|
[[nodiscard]] void ConvertLegacyToGeneric(IR::Program& program, |
|
|
|
const Shader::RuntimeInfo& runtime_info); |
|
|
|
void ConvertLegacyToGeneric(IR::Program& program, const RuntimeInfo& runtime_info); |
|
|
|
|
|
|
|
} // namespace Shader::Maxwell |