renderer_opengl: Add framebuffer_transform_flags member variable.

This commit is contained in:
bunnei 2018-03-23 14:59:14 -04:00
parent ec4e1a3685
commit cdf541fb5b

View File

@ -88,6 +88,6 @@ private:
GLuint attrib_position;
GLuint attrib_tex_coord;
/// Flips the framebuffer vertically when true
bool framebuffer_flip_vertical;
/// Used for transforming the framebuffer orientation
Tegra::FramebufferConfig::TransformFlags framebuffer_transform_flags;
};