yuzu/src/shader_recompiler
Lioncash 06ca911621 shader_recompiler: Remove unnecessary [[nodiscard]] instances
[[nodiscard]] doesn't do anything on functions with a void return type
and causes superfluous warnings.
2021-07-26 04:23:59 -04:00
..
backend shader: Fix disabled attribute default values 2021-07-22 21:51:40 -04:00
frontend shader_recompiler: Remove unnecessary [[nodiscard]] instances 2021-07-26 04:23:59 -04:00
ir_opt shader: Avoid usage of C++20 ranges to build in clang 2021-07-22 21:51:40 -04:00
CMakeLists.txt
environment.h
exception.h
host_translate_info.h
object_pool.h
profile.h
program_header.h
runtime_info.h
shader_info.h
stage.h
varying_state.h