obs-StreamFX/source/gfx/shader
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
..
gfx-shader-param-audio.cpp gfx-shader: Rename from gfx-effect-source 2019-12-15 09:09:11 +01:00
gfx-shader-param-audio.hpp gfx-shader: Rename from gfx-effect-source 2019-12-15 09:09:11 +01:00
gfx-shader-param-basic.cpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
gfx-shader-param-basic.hpp project: Code cleanup and reapply formatting 2023-03-28 12:52:20 +02:00
gfx-shader-param-matrix.cpp gfx-shader: Rename from gfx-effect-source 2019-12-15 09:09:11 +01:00
gfx-shader-param-matrix.hpp gfx-shader: Rename from gfx-effect-source 2019-12-15 09:09:11 +01:00
gfx-shader-param-texture.cpp gfx-shader: Rename from gfx-effect-source 2019-12-15 09:09:11 +01:00
gfx-shader-param-texture.hpp gfx-shader: Rename from gfx-effect-source 2019-12-15 09:09:11 +01:00
gfx-shader-param.cpp gfx/shader: Inlining, std::string_view and optimizations 2023-03-28 12:40:45 +02:00
gfx-shader-param.hpp gfx/shader: Inlining, std::string_view and optimizations 2023-03-28 12:40:45 +02:00
gfx-shader.cpp common: Rename LOG_ to DLOG_ to avoid macro confusion 2023-03-28 12:52:17 +02:00
gfx-shader.hpp gfx/shader: Add Per-Instance/Activation/Frame Random values 2023-03-28 12:52:13 +02:00