aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/emit_context.h
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-06-03 20:24:56 -0400
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-22 21:51:37 -0400
commit5355568a2dbbb5bc4122109e2bd04ce6903adff1 (patch)
tree076c982eb2e3090ec97297e2d2eafbb17d3afccf /src/shader_recompiler/backend/glsl/emit_context.h
parenta68fabf6d5847e36bfa72edc149a8c7420868583 (diff)
glsl: Refactor Global memory functions
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_context.h')
-rw-r--r--src/shader_recompiler/backend/glsl/emit_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/glsl/emit_context.h b/src/shader_recompiler/backend/glsl/emit_context.h
index 26a76f8a37..daca1b6f98 100644
--- a/src/shader_recompiler/backend/glsl/emit_context.h
+++ b/src/shader_recompiler/backend/glsl/emit_context.h
@@ -167,6 +167,7 @@ private:
void DefineStorageBuffers(Bindings& bindings);
void DefineGenericOutput(size_t index, u32 invocations);
void DefineHelperFunctions();
+ std::string DefineGlobalMemoryFunctions();
void SetupImages(Bindings& bindings);
};