diff options
| author | 2019-09-21 13:07:02 -0400 | |
|---|---|---|
| committer | 2019-10-04 18:52:53 -0400 | |
| commit | b3c46d694846c8ea4fbdcfccda8a41a9f88622f9 (patch) | |
| tree | adc31c59c53a43539ce33fb75c5b8dd00736861b /src/video_core/shader/expr.h | |
| parent | vk_shader_compiler: Correct SPIR-V AST Decompiling (diff) | |
| download | yuzu-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.h | 2 |
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 | ||