diff options
Diffstat (limited to 'Source/Core/VideoBackends/OGL/OGLMain.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/OGL/OGLMain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/OGL/OGLMain.cpp b/Source/Core/VideoBackends/OGL/OGLMain.cpp index e47eaaf940..e53999112b 100644 --- a/Source/Core/VideoBackends/OGL/OGLMain.cpp +++ b/Source/Core/VideoBackends/OGL/OGLMain.cpp @@ -133,7 +133,7 @@ bool VideoBackend::FillBackendInfo(GLContext* context) g_backend_info.bSupportsPipelineCacheData = false; g_backend_info.bSupportsLodBiasInSampler = true; g_backend_info.bSupportsPartialMultisampleResolve = true; - // Unneccessary since OGL doesn't use pipelines + // Unnecessary since OGL doesn't use pipelines g_backend_info.bSupportsDynamicVertexLoader = false; // TODO: There is a bug here, if texel buffers or SSBOs/atomics are not supported the graphics |
