Merge pull request #1795 from ReinUsesLisp/vc-cleanup

video_core: Minor style changes
This commit is contained in:
bunnei
2018-12-01 23:46:18 -05:00
committed by GitHub
5 changed files with 7 additions and 32 deletions

View File

@@ -518,6 +518,8 @@ void GMainWindow::OnDisplayTitleBars(bool show) {
QStringList GMainWindow::GetUnsupportedGLExtensions() {
QStringList unsupported_ext;
if (!GLAD_GL_ARB_direct_state_access)
unsupported_ext.append("ARB_direct_state_access");
if (!GLAD_GL_ARB_vertex_type_10f_11f_11f_rev)
unsupported_ext.append("ARB_vertex_type_10f_11f_11f_rev");
if (!GLAD_GL_ARB_texture_mirror_clamp_to_edge)