diff options
| author | 2021-10-06 20:02:31 +0200 | |
|---|---|---|
| committer | 2021-10-06 20:02:31 +0200 | |
| commit | f84328934f5e09894a69d9fa1d2f6a34c715321b (patch) | |
| tree | eafe64da6ca2bb195cf5523d3fa13f89f117f897 /src/video_core/shader_environment.cpp | |
| parent | Merge pull request #7090 from Moonlacer/tas_spacing_addition (diff) | |
| parent | nvflinger: Use jthread and stop_token for VSync thread (diff) | |
| download | yuzu-f84328934f5e09894a69d9fa1d2f6a34c715321b.tar.gz yuzu-f84328934f5e09894a69d9fa1d2f6a34c715321b.tar.xz yuzu-f84328934f5e09894a69d9fa1d2f6a34c715321b.zip | |
Merge pull request #7118 from ameerj/vc-gpu-impl
gpu: Migrate implementation to the cpp file
Diffstat (limited to 'src/video_core/shader_environment.cpp')
| -rw-r--r-- | src/video_core/shader_environment.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader_environment.cpp b/src/video_core/shader_environment.cpp index 81a878bb2..05850afd0 100644 --- a/src/video_core/shader_environment.cpp +++ b/src/video_core/shader_environment.cpp | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | #include "common/fs/fs.h" | 16 | #include "common/fs/fs.h" |
| 17 | #include "common/logging/log.h" | 17 | #include "common/logging/log.h" |
| 18 | #include "shader_recompiler/environment.h" | 18 | #include "shader_recompiler/environment.h" |
| 19 | #include "video_core/engines/kepler_compute.h" | ||
| 19 | #include "video_core/memory_manager.h" | 20 | #include "video_core/memory_manager.h" |
| 20 | #include "video_core/shader_environment.h" | 21 | #include "video_core/shader_environment.h" |
| 21 | #include "video_core/textures/texture.h" | 22 | #include "video_core/textures/texture.h" |