summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm.h
diff options
context:
space:
mode:
authorGravatar ReinUsesLisp2021-06-16 03:22:56 -0300
committerGravatar ameerj2021-07-22 21:51:38 -0400
commit0ffea97e2ea2c8f58928e13dc2488d620ea98ea8 (patch)
treed297ca549a7c6dfb9fddb514cbd1f38422087f02 /src/shader_recompiler/backend/glasm/emit_glasm.h
parentshader: Add support for native 16-bit floats (diff)
downloadyuzu-0ffea97e2ea2c8f58928e13dc2488d620ea98ea8.tar.gz
yuzu-0ffea97e2ea2c8f58928e13dc2488d620ea98ea8.tar.xz
yuzu-0ffea97e2ea2c8f58928e13dc2488d620ea98ea8.zip
shader: Split profile and runtime info headers
Diffstat (limited to 'src/shader_recompiler/backend/glasm/emit_glasm.h')
-rw-r--r--src/shader_recompiler/backend/glasm/emit_glasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_glasm.h b/src/shader_recompiler/backend/glasm/emit_glasm.h
index 3df32a4a6..bcb55f062 100644
--- a/src/shader_recompiler/backend/glasm/emit_glasm.h
+++ b/src/shader_recompiler/backend/glasm/emit_glasm.h
@@ -9,6 +9,7 @@
9#include "shader_recompiler/backend/bindings.h" 9#include "shader_recompiler/backend/bindings.h"
10#include "shader_recompiler/frontend/ir/program.h" 10#include "shader_recompiler/frontend/ir/program.h"
11#include "shader_recompiler/profile.h" 11#include "shader_recompiler/profile.h"
12#include "shader_recompiler/runtime_info.h"
12 13
13namespace Shader::Backend::GLASM { 14namespace Shader::Backend::GLASM {
14 15