summaryrefslogtreecommitdiff
path: root/src/video_core/shader/expr.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2019-09-21 13:07:02 -0400
committerGravatar FernandoS272019-10-04 18:52:53 -0400
commitb3c46d694846c8ea4fbdcfccda8a41a9f88622f9 (patch)
treeadc31c59c53a43539ce33fb75c5b8dd00736861b /src/video_core/shader/expr.h
parentvk_shader_compiler: Correct SPIR-V AST Decompiling (diff)
downloadyuzu-b3c46d694846c8ea4fbdcfccda8a41a9f88622f9.tar.gz
yuzu-b3c46d694846c8ea4fbdcfccda8a41a9f88622f9.tar.xz
yuzu-b3c46d694846c8ea4fbdcfccda8a41a9f88622f9.zip
Shader_IR: corrections and clang-format
Diffstat (limited to 'src/video_core/shader/expr.h')
-rw-r--r--src/video_core/shader/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/expr.h b/src/video_core/shader/expr.h
index b954cffb0..60598977a 100644
--- a/src/video_core/shader/expr.h
+++ b/src/video_core/shader/expr.h
@@ -4,8 +4,8 @@
4 4
5#pragma once 5#pragma once
6 6
7#include <variant>
8#include <memory> 7#include <memory>
8#include <variant>
9 9
10#include "video_core/engines/shader_bytecode.h" 10#include "video_core/engines/shader_bytecode.h"
11 11