summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glasm/emit_glasm.cpp
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.cpp
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.cpp')
-rw-r--r--src/shader_recompiler/backend/glasm/emit_glasm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_glasm.cpp b/src/shader_recompiler/backend/glasm/emit_glasm.cpp
index 832b4fd40..66e4aea04 100644
--- a/src/shader_recompiler/backend/glasm/emit_glasm.cpp
+++ b/src/shader_recompiler/backend/glasm/emit_glasm.cpp
@@ -13,6 +13,7 @@
13#include "shader_recompiler/frontend/ir/ir_emitter.h" 13#include "shader_recompiler/frontend/ir/ir_emitter.h"
14#include "shader_recompiler/frontend/ir/program.h" 14#include "shader_recompiler/frontend/ir/program.h"
15#include "shader_recompiler/profile.h" 15#include "shader_recompiler/profile.h"
16#include "shader_recompiler/runtime_info.h"
16 17
17namespace Shader::Backend::GLASM { 18namespace Shader::Backend::GLASM {
18namespace { 19namespace {