diff options
| author | 2018-07-17 20:11:41 -0400 | |
|---|---|---|
| committer | 2018-07-17 20:13:17 -0400 | |
| commit | c3dd456d513a989315d4e8a00ad8a1223bb8f9c4 (patch) | |
| tree | 25e349c1885d70d9338841faaa16f31976e09994 /src/video_core/gpu.h | |
| parent | Merge pull request #675 from Subv/stencil (diff) | |
| download | yuzu-c3dd456d513a989315d4e8a00ad8a1223bb8f9c4.tar.gz yuzu-c3dd456d513a989315d4e8a00ad8a1223bb8f9c4.tar.xz yuzu-c3dd456d513a989315d4e8a00ad8a1223bb8f9c4.zip | |
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 { | |||
| 67 | 67 | ||
| 68 | using TransformFlags = Service::NVFlinger::BufferQueue::BufferTransformFlags; | 68 | using TransformFlags = Service::NVFlinger::BufferQueue::BufferTransformFlags; |
| 69 | TransformFlags transform_flags; | 69 | TransformFlags transform_flags; |
| 70 | MathUtil::Rectangle<int> crop_rect; | ||
| 70 | }; | 71 | }; |
| 71 | 72 | ||
| 72 | namespace Engines { | 73 | namespace Engines { |