mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-20 22:22:53 +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