obs-StreamFX/source/obs/gs
Michael Fabian 'Xaymar' Dirks dbb71cf801 project: Code cleanup and reapply formatting
Changes applied:

* Moved utility files to /util/.
* Removed unused #includes.
* Removed unused ::ffmpeg::tools function.
* Removed unused variables.
* Fixed missing parentheses in the version macro.
* Fixed missing override on virtual function overrides and removed unnecessary virtual keyword from them.
* Disabled additional warning for ATL headers on MSVC only.
* Replaced direct printf parameters with their macro equivalent.
* Replaced C-style casts with C++-style casts.
* Applied clang-format again after an earlier change to the CMake file broke the integration for it.
2023-03-28 12:52:20 +02:00
..
gs-effect-parameter.cpp obs/gs/effect-parameter: Use string_view over std::string 2023-03-28 12:40:45 +02:00
gs-effect-parameter.hpp obs/gs/effect-parameter: Use string_view over std::string 2023-03-28 12:40:45 +02:00
gs-effect-pass.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-effect-pass.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-effect-technique.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-effect-technique.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-effect.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-effect.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-helper.cpp obs/gs-helper: Optimize performance with inline 2023-03-28 12:40:43 +02:00
gs-helper.hpp obs/gs/helper: Throw exception if we aren't in a context 2023-03-28 12:52:18 +02:00
gs-indexbuffer.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
gs-indexbuffer.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-limits.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-mipmapper.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
gs-mipmapper.hpp gs-mipmapper: Update API usage, remove broken options and optimize 2023-03-28 12:40:40 +02:00
gs-rendertarget.cpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-rendertarget.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-sampler.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
gs-sampler.hpp project: Modernize code to proper C++ 2020-04-09 00:17:25 +02:00
gs-texture.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
gs-texture.hpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
gs-vertex.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
gs-vertex.hpp common: Common header include for improved platform support 2020-04-02 17:02:01 +02:00
gs-vertexbuffer.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
gs-vertexbuffer.hpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00