diff options
| author | 2021-03-22 21:03:20 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:24 -0400 | |
| commit | c63cf4fa2e22538a01c191e1f97ac0f93b67e804 (patch) | |
| tree | 2e9be29df86e6282a431da2f1503f128dd7aea8d /src/shader_recompiler/file_environment.h | |
| parent | shader: Fold interpolation multiplications (diff) | |
| download | yuzu-c63cf4fa2e22538a01c191e1f97ac0f93b67e804.tar.gz yuzu-c63cf4fa2e22538a01c191e1f97ac0f93b67e804.tar.xz yuzu-c63cf4fa2e22538a01c191e1f97ac0f93b67e804.zip | |
vk_pipeline_cache: Add pipeline cache
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; |