yuzu: Remove SSBOs check from Qt frontend.
This commit is contained in:
parent
36dedae842
commit
1669911b1d
1 changed files with 0 additions and 2 deletions
|
@ -334,8 +334,6 @@ bool GMainWindow::SupportsRequiredGLExtensions() {
|
||||||
unsupported_ext.append("ARB_program_interface_query");
|
unsupported_ext.append("ARB_program_interface_query");
|
||||||
if (!GLAD_GL_ARB_separate_shader_objects)
|
if (!GLAD_GL_ARB_separate_shader_objects)
|
||||||
unsupported_ext.append("ARB_separate_shader_objects");
|
unsupported_ext.append("ARB_separate_shader_objects");
|
||||||
if (!GLAD_GL_ARB_shader_storage_buffer_object)
|
|
||||||
unsupported_ext.append("ARB_shader_storage_buffer_object");
|
|
||||||
if (!GLAD_GL_ARB_vertex_attrib_binding)
|
if (!GLAD_GL_ARB_vertex_attrib_binding)
|
||||||
unsupported_ext.append("ARB_vertex_attrib_binding");
|
unsupported_ext.append("ARB_vertex_attrib_binding");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue