summaryrefslogtreecommitdiffstats
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 @@
#include <vector>
#include "common/common_types.h"
-#include "environment.h"
+#include "shader_recompiler/environment.h"
namespace Shader {
@@ -14,6 +14,8 @@ public:
u64 ReadInstruction(u32 offset) override;
+ u32 TextureBoundBuffer() override;
+
std::array<u32, 3> WorkgroupSize() override;
private: