mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-24 12:41:19 +00:00
video_core: simplify accelerated surface fetch and crop handling between APIs
This commit is contained in:
@@ -24,4 +24,7 @@ struct FramebufferConfig {
|
||||
Common::Rectangle<int> crop_rect;
|
||||
};
|
||||
|
||||
Common::Rectangle<f32> NormalizeCrop(const FramebufferConfig& framebuffer, u32 texture_width,
|
||||
u32 texture_height);
|
||||
|
||||
} // namespace Tegra
|
||||
|
||||
Reference in New Issue
Block a user