summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/file_environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/file_environment.h')
-rw-r--r--src/shader_recompiler/file_environment.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shader_recompiler/file_environment.h b/src/shader_recompiler/file_environment.h
index b8c4bbadd..62302bc8e 100644
--- a/src/shader_recompiler/file_environment.h
+++ b/src/shader_recompiler/file_environment.h
@@ -3,7 +3,7 @@
3#include <vector> 3#include <vector>
4 4
5#include "common/common_types.h" 5#include "common/common_types.h"
6#include "environment.h" 6#include "shader_recompiler/environment.h"
7 7
8namespace Shader { 8namespace Shader {
9 9
@@ -14,6 +14,8 @@ public:
14 14
15 u64 ReadInstruction(u32 offset) override; 15 u64 ReadInstruction(u32 offset) override;
16 16
17 u32 TextureBoundBuffer() override;
18
17 std::array<u32, 3> WorkgroupSize() override; 19 std::array<u32, 3> WorkgroupSize() override;
18 20
19private: 21private: