diff options
author | bunnei <bunneidev@gmail.com> | 2018-07-17 20:11:41 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-07-17 20:13:17 -0400 |
commit | c3dd456d513a989315d4e8a00ad8a1223bb8f9c4 (patch) | |
tree | 25e349c1885d70d9338841faaa16f31976e09994 /src/video_core/gpu.h | |
parent | 8e28af6f89b4160db96be299675132a0ced7374d (diff) |
vi: Partially implement buffer crop parameters.
Diffstat (limited to 'src/video_core/gpu.h')
-rw-r--r-- | src/video_core/gpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index cc5ca656e..60930e997 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -67,6 +67,7 @@ struct FramebufferConfig { using TransformFlags = Service::NVFlinger::BufferQueue::BufferTransformFlags; TransformFlags transform_flags; + MathUtil::Rectangle<int> crop_rect; }; namespace Engines { |