summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/glsl_emit_context.h
diff options
context:
space:
mode:
authorGravatar Liam2022-04-01 17:08:40 -0400
committerGravatar Liam2022-04-01 17:08:40 -0400
commit7d5a38ea6cb692cdeb5565b36b283d1a34d5d27f (patch)
treea443cd005e62a7563fd9c8c7c9a199668774a769 /src/shader_recompiler/backend/glsl/glsl_emit_context.h
parentshader_recompiler: support const buffer indirect addressing on OpenGL SPIR-V (diff)
downloadyuzu-7d5a38ea6cb692cdeb5565b36b283d1a34d5d27f.tar.gz
yuzu-7d5a38ea6cb692cdeb5565b36b283d1a34d5d27f.tar.xz
yuzu-7d5a38ea6cb692cdeb5565b36b283d1a34d5d27f.zip
shader_compiler: support const buffer indirect addressing in GLSL
Diffstat (limited to 'src/shader_recompiler/backend/glsl/glsl_emit_context.h')
-rw-r--r--src/shader_recompiler/backend/glsl/glsl_emit_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/glsl/glsl_emit_context.h b/src/shader_recompiler/backend/glsl/glsl_emit_context.h
index d9b639d29..2b13db6e6 100644
--- a/src/shader_recompiler/backend/glsl/glsl_emit_context.h
+++ b/src/shader_recompiler/backend/glsl/glsl_emit_context.h
@@ -162,6 +162,7 @@ public:
162private: 162private:
163 void SetupExtensions(); 163 void SetupExtensions();
164 void DefineConstantBuffers(Bindings& bindings); 164 void DefineConstantBuffers(Bindings& bindings);
165 void DefineConstantBufferIndirect();
165 void DefineStorageBuffers(Bindings& bindings); 166 void DefineStorageBuffers(Bindings& bindings);
166 void DefineGenericOutput(size_t index, u32 invocations); 167 void DefineGenericOutput(size_t index, u32 invocations);
167 void DefineHelperFunctions(); 168 void DefineHelperFunctions();