diff options
| author | 2021-06-08 01:55:12 -0400 | |
|---|---|---|
| committer | 2021-07-22 21:51:37 -0400 | |
| commit | 8bb8bbf4ae2ef259857efe49436dfd71758ea092 (patch) | |
| tree | 73c66ae1b91a91ca569ebe0473df12e870fb254a /src/shader_recompiler/backend/glsl/emit_context.h | |
| parent | glsl: Implement indexed attribute loads (diff) | |
| download | yuzu-8bb8bbf4ae2ef259857efe49436dfd71758ea092.tar.gz yuzu-8bb8bbf4ae2ef259857efe49436dfd71758ea092.tar.xz yuzu-8bb8bbf4ae2ef259857efe49436dfd71758ea092.zip | |
glsl: Implement fswzadd
and wip nv thread shuffle impl
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_context.h')
| -rw-r--r-- | src/shader_recompiler/backend/glsl/emit_context.h | 1 |
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 dce99586e..2b0d22ce5 100644 --- a/src/shader_recompiler/backend/glsl/emit_context.h +++ b/src/shader_recompiler/backend/glsl/emit_context.h | |||
| @@ -167,6 +167,7 @@ private: | |||
| 167 | void DefineStorageBuffers(Bindings& bindings); | 167 | void DefineStorageBuffers(Bindings& bindings); |
| 168 | void DefineGenericOutput(size_t index, u32 invocations); | 168 | void DefineGenericOutput(size_t index, u32 invocations); |
| 169 | void DefineHelperFunctions(); | 169 | void DefineHelperFunctions(); |
| 170 | void DefineConstants(); | ||
| 170 | std::string DefineGlobalMemoryFunctions(); | 171 | std::string DefineGlobalMemoryFunctions(); |
| 171 | void SetupImages(Bindings& bindings); | 172 | void SetupImages(Bindings& bindings); |
| 172 | void SetupTextures(Bindings& bindings); | 173 | void SetupTextures(Bindings& bindings); |