dolphin/Source/Core/VideoBackends/OGL
mitaclaw 140252ffc0 Modernize std::any_of with ranges
In WiimoteReal.cpp, JitRegCache.cpp, lambda predicates were replaced by pointers to member functions because ranges algorithms are able invoke those.

In ConvertDialog.cpp, the `std::mem_fn` helper was removed because ranges algorithms are able to handle pointers to member functions as predicates.
2024-12-15 19:54:16 -08:00
..
CMakeLists.txt
GPUTimer.h
OGLBoundingBox.cpp
OGLBoundingBox.h
OGLConfig.cpp
OGLConfig.h
OGLGfx.cpp
OGLGfx.h
OGLMain.cpp
OGLNativeVertexFormat.cpp
OGLPerfQuery.cpp
OGLPerfQuery.h
OGLPipeline.cpp
OGLPipeline.h
OGLShader.cpp
OGLShader.h
OGLStreamBuffer.cpp
OGLStreamBuffer.h
OGLTexture.cpp
OGLTexture.h
OGLVertexManager.cpp
OGLVertexManager.h
ProgramShaderCache.cpp
ProgramShaderCache.h
SamplerCache.cpp
SamplerCache.h
VideoBackend.h