diff options
| author | 2019-06-06 22:31:46 -0400 | |
|---|---|---|
| committer | 2019-06-06 22:31:46 -0400 | |
| commit | cd2d9628c99db1944b44b5699bfc40bee582301d (patch) | |
| tree | e395a8a535f94b31cfb72f415065b1bf65139bbe /src/common | |
| parent | Merge pull request #2552 from ReinUsesLisp/shader-shared-ptr (diff) | |
| parent | cmake: Add missing shader hash file entries (diff) | |
| download | yuzu-cd2d9628c99db1944b44b5699bfc40bee582301d.tar.gz yuzu-cd2d9628c99db1944b44b5699bfc40bee582301d.tar.xz yuzu-cd2d9628c99db1944b44b5699bfc40bee582301d.zip | |
Merge pull request #2558 from ReinUsesLisp/shader-nodes
shader: Move Node declarations out of the shader IR header
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index cb514a0d2..198b3fe07 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -56,6 +56,9 @@ add_custom_command(OUTPUT scm_rev.cpp | |||
| 56 | "${VIDEO_CORE}/shader/decode/video.cpp" | 56 | "${VIDEO_CORE}/shader/decode/video.cpp" |
| 57 | "${VIDEO_CORE}/shader/decode/xmad.cpp" | 57 | "${VIDEO_CORE}/shader/decode/xmad.cpp" |
| 58 | "${VIDEO_CORE}/shader/decode.cpp" | 58 | "${VIDEO_CORE}/shader/decode.cpp" |
| 59 | "${VIDEO_CORE}/shader/node.h" | ||
| 60 | "${VIDEO_CORE}/shader/node_helper.cpp" | ||
| 61 | "${VIDEO_CORE}/shader/node_helper.h" | ||
| 59 | "${VIDEO_CORE}/shader/shader_ir.cpp" | 62 | "${VIDEO_CORE}/shader/shader_ir.cpp" |
| 60 | "${VIDEO_CORE}/shader/shader_ir.h" | 63 | "${VIDEO_CORE}/shader/shader_ir.h" |
| 61 | "${VIDEO_CORE}/shader/track.cpp" | 64 | "${VIDEO_CORE}/shader/track.cpp" |