diff options
Diffstat (limited to 'src/shader_recompiler/file_environment.h')
| -rw-r--r-- | src/shader_recompiler/file_environment.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shader_recompiler/file_environment.h b/src/shader_recompiler/file_environment.h index 62302bc8e..17640a622 100644 --- a/src/shader_recompiler/file_environment.h +++ b/src/shader_recompiler/file_environment.h | |||
| @@ -14,9 +14,9 @@ public: | |||
| 14 | 14 | ||
| 15 | u64 ReadInstruction(u32 offset) override; | 15 | u64 ReadInstruction(u32 offset) override; |
| 16 | 16 | ||
| 17 | u32 TextureBoundBuffer() override; | 17 | u32 TextureBoundBuffer() const override; |
| 18 | 18 | ||
| 19 | std::array<u32, 3> WorkgroupSize() override; | 19 | std::array<u32, 3> WorkgroupSize() const override; |
| 20 | 20 | ||
| 21 | private: | 21 | private: |
| 22 | std::vector<u64> data; | 22 | std::vector<u64> data; |