mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-31 05:39:12 +00:00
Texture Cache: Implement Blitting and Fermi Copies
This commit is contained in:
committed by
ReinUsesLisp
parent
549fd18ac4
commit
324e470879
@@ -34,19 +34,6 @@ private:
|
||||
std::vector<GLsizeiptr> sizes;
|
||||
};
|
||||
|
||||
class SurfaceBlitter {
|
||||
public:
|
||||
explicit SurfaceBlitter();
|
||||
~SurfaceBlitter();
|
||||
|
||||
void Blit(View src, View dst, const Common::Rectangle<u32>& src_rect,
|
||||
const Common::Rectangle<u32>& dst_rect) const;
|
||||
|
||||
private:
|
||||
OGLFramebuffer src_framebuffer;
|
||||
OGLFramebuffer dst_framebuffer;
|
||||
};
|
||||
|
||||
void LabelGLObject(GLenum identifier, GLuint handle, VAddr addr, std::string_view extra_info = {});
|
||||
|
||||
} // namespace OpenGL
|
||||
|
||||
Reference in New Issue
Block a user