diff options
Diffstat (limited to 'src/shader_recompiler/environment.h')
| -rw-r--r-- | src/shader_recompiler/environment.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/environment.h b/src/shader_recompiler/environment.h index b4df73e8a..db16429d4 100644 --- a/src/shader_recompiler/environment.h +++ b/src/shader_recompiler/environment.h | |||
| @@ -31,6 +31,8 @@ public: | |||
| 31 | 31 | ||
| 32 | [[nodiscard]] virtual std::array<u32, 3> WorkgroupSize() const = 0; | 32 | [[nodiscard]] virtual std::array<u32, 3> WorkgroupSize() const = 0; |
| 33 | 33 | ||
| 34 | virtual void Dump(u64 hash) = 0; | ||
| 35 | |||
| 34 | [[nodiscard]] const ProgramHeader& SPH() const noexcept { | 36 | [[nodiscard]] const ProgramHeader& SPH() const noexcept { |
| 35 | return sph; | 37 | return sph; |
| 36 | } | 38 | } |