renderer_opengl: Add framebuffer_transform_flags member variable.

This commit is contained in:
bunnei
2018-03-23 14:59:14 -04:00
parent 5256536c15
commit 03a7c8976b

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;
};