diff options
author | bunnei <bunneidev@gmail.com> | 2018-06-26 17:28:56 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-06-26 17:28:56 +0200 |
commit | 1669911b1df958148e405efa33320eb15c957f73 (patch) | |
tree | 11910dc6bbd245acb5370cbc58cdebd926096d80 /src | |
parent | Merge pull request #554 from Subv/constbuffer_ubo (diff) | |
download | yuzu-1669911b1df958148e405efa33320eb15c957f73.tar yuzu-1669911b1df958148e405efa33320eb15c957f73.tar.gz yuzu-1669911b1df958148e405efa33320eb15c957f73.tar.bz2 yuzu-1669911b1df958148e405efa33320eb15c957f73.tar.lz yuzu-1669911b1df958148e405efa33320eb15c957f73.tar.xz yuzu-1669911b1df958148e405efa33320eb15c957f73.tar.zst yuzu-1669911b1df958148e405efa33320eb15c957f73.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 97be548d7..00a3e9632 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -334,8 +334,6 @@ bool GMainWindow::SupportsRequiredGLExtensions() { unsupported_ext.append("ARB_program_interface_query"); if (!GLAD_GL_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) unsupported_ext.append("ARB_vertex_attrib_binding"); |