mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 15:00:02 +00:00
renderer_opengl: Add framebuffer_transform_flags member variable.
This commit is contained in:
parent
ec4e1a3685
commit
cdf541fb5b
1 changed files with 2 additions and 2 deletions
|
@ -88,6 +88,6 @@ private:
|
||||||
GLuint attrib_position;
|
GLuint attrib_position;
|
||||||
GLuint attrib_tex_coord;
|
GLuint attrib_tex_coord;
|
||||||
|
|
||||||
/// Flips the framebuffer vertically when true
|
/// Used for transforming the framebuffer orientation
|
||||||
bool framebuffer_flip_vertical;
|
Tegra::FramebufferConfig::TransformFlags framebuffer_transform_flags;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue