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