summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/program.h
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2021-05-01 14:56:25 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:29 +0200
commitc49d56c931471f21d475a31272164fbfae5ea64a (patch)
tree71642406f4df7963ea78c55acf622bdf5b85a595 /src/shader_recompiler/frontend/maxwell/program.h
parentshader: Implement VertexA stage (diff)
downloadyuzu-c49d56c931471f21d475a31272164fbfae5ea64a.tar
yuzu-c49d56c931471f21d475a31272164fbfae5ea64a.tar.gz
yuzu-c49d56c931471f21d475a31272164fbfae5ea64a.tar.bz2
yuzu-c49d56c931471f21d475a31272164fbfae5ea64a.tar.lz
yuzu-c49d56c931471f21d475a31272164fbfae5ea64a.tar.xz
yuzu-c49d56c931471f21d475a31272164fbfae5ea64a.tar.zst
yuzu-c49d56c931471f21d475a31272164fbfae5ea64a.zip
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/program.h')
-rw-r--r--src/shader_recompiler/frontend/maxwell/program.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/program.h b/src/shader_recompiler/frontend/maxwell/program.h
index 6e5d5ddd0..f7f5930e4 100644
--- a/src/shader_recompiler/frontend/maxwell/program.h
+++ b/src/shader_recompiler/frontend/maxwell/program.h
@@ -23,4 +23,5 @@ namespace Shader::Maxwell {
[[nodiscard]] IR::Program MergeDualVertexPrograms(IR::Program& vertex_a, IR::Program& vertex_b,
Environment& env_vertex_b);
+
} // namespace Shader::Maxwell