dolphin/Source/Core/VideoBackends/OGL
Dentomologist 34646cb9a9 Replace some [[maybe_unused]] annotations with commented names
Remove the [[maybe_unused]] annotation from various parameters that are
unconditionally unused and comment out their names instead. This makes
it unambiguous that the variables are unused, while making the remaining
[[maybe_unused]] annotations more reliable indicators that those
variables are in fact used in some contexts.

These parameters are mostly in overridden functions where the override
doesn't need that particular variable.
2026-05-03 17:09:59 -07:00
..
CMakeLists.txt port to OpenBSD 2024-04-22 20:50:47 +00:00
GPUTimer.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
OGLBoundingBox.cpp Replace 'reinterpret_cast' with 'static_cast' 2024-11-08 07:26:47 +01:00
OGLBoundingBox.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLConfig.cpp Replace find(x) != npos with contains(x) - Core 2026-04-20 09:36:08 +02:00
OGLConfig.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLGfx.cpp Replace some [[maybe_unused]] annotations with commented names 2026-05-03 17:09:59 -07:00
OGLGfx.h VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
OGLMain.cpp Remove GLX support 2026-04-20 16:19:45 +02:00
OGLNativeVertexFormat.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLPerfQuery.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLPerfQuery.h Make overriding explicit and remove redundant virtual specifiers on overriding destructors - Core & UnitTests 2025-05-01 15:00:37 +02:00
OGLPipeline.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
OGLPipeline.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
OGLShader.cpp VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
OGLShader.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLStreamBuffer.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLStreamBuffer.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLTexture.cpp Merge pull request #14302 from oltolm/opengl_assert 2026-01-25 21:06:57 -05:00
OGLTexture.h Remove unused imports 2026-01-25 16:12:15 +01:00
OGLVertexManager.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
OGLVertexManager.h Remove unused imports 2026-01-25 16:12:15 +01:00
ProgramShaderCache.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
ProgramShaderCache.h Remove unused imports 2026-01-25 16:12:15 +01:00
SamplerCache.cpp Enable anisotropic filtering when the game requests it 2025-03-17 20:46:19 -05:00
SamplerCache.h Remove unused imports 2026-01-25 16:12:15 +01:00
VideoBackend.h VideoBackend: Rename GetName to GetConfigName 2025-10-13 17:38:20 -07:00