0ad/source/renderer/backend
phosit 891908b801 Remove UNUSED
The `UNUSED` macro is used to mark a variable as unused but with a name.
Those usages are replaced with comments so that `UNUSED` can be removed.

https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#Rf-unused
2025-06-26 17:25:05 +02:00
..
dummy Remove UNUSED 2025-06-26 17:25:05 +02:00
gl Remove UNUSED 2025-06-26 17:25:05 +02:00
vulkan Remove UNUSED 2025-06-26 17:25:05 +02:00
Backend.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Barrier.h Adds storage buffer support to Vulkan and GL. 2024-12-09 22:47:15 +01:00
CompareOp.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
CompareOp.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Format.h Adds storage buffer support to Vulkan and GL. 2024-12-09 22:47:15 +01:00
IBuffer.h Adds storage buffer support to Vulkan and GL. 2024-12-09 22:47:15 +01:00
IDevice.h Adds an interface for queries. 2025-04-16 22:38:24 +02:00
IDeviceCommandContext.h Adds an interface for queries. 2025-04-16 22:38:24 +02:00
IDeviceObject.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
IFramebuffer.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
IShaderProgram.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
ITexture.h Adds compute shaders support and scaling with FSR. 2024-01-17 19:40:27 +00:00
PipelineState.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
PipelineState.h Adds compute shaders support and scaling with FSR. 2024-01-17 19:40:27 +00:00
Sampler.cpp Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
Sampler.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00