diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-01 00:57:02 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-03 00:35:57 -0400 |
commit | 427bf76e621cf0833bc1bbec7d8be891297223e7 (patch) | |
tree | 5cc146d21972e1a7c424219482ef3393787afe6a /src/video_core/shader_environment.cpp | |
parent | 8bd5742349007d3faa9d786450a20f31d5db0b94 (diff) |
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 81a878bb2c..05850afd0d 100644 --- a/src/video_core/shader_environment.cpp +++ b/src/video_core/shader_environment.cpp @@ -16,6 +16,7 @@ #include "common/fs/fs.h" #include "common/logging/log.h" #include "shader_recompiler/environment.h" +#include "video_core/engines/kepler_compute.h" #include "video_core/memory_manager.h" #include "video_core/shader_environment.h" #include "video_core/textures/texture.h" |