OpenGLHostDisplay: Only disable streaming PBO on Adreno
It's slightly faster on Mali.
This commit is contained in:
@ -122,6 +122,7 @@ protected:
|
||||
|
||||
bool m_display_texture_is_linear_filtered = false;
|
||||
bool m_use_gles2_draw_path = false;
|
||||
bool m_use_pbo_for_pixels = false;
|
||||
};
|
||||
|
||||
} // namespace FrontendCommon
|
||||
Reference in New Issue
Block a user