OpenGLHostDisplay: Add a GLES2 render path

This commit is contained in:
Connor McLaughlin
2020-11-21 18:08:39 +10:00
parent 2595e31575
commit 7f058169b9
3 changed files with 236 additions and 78 deletions

View File

@@ -120,6 +120,8 @@ protected:
std::unique_ptr<GL::StreamBuffer> m_post_processing_ubo;
std::vector<PostProcessingStage> m_post_processing_stages;
#endif
bool m_use_gles2_draw_path = false;
};
} // namespace FrontendCommon