obs-StreamFX/source/gfx/shader
lainon 6e1566386e project: Apply more C++ paradigms to the code
- Use auto in places where code clarity is improved or identical.
- Replace trivial constructors and destructors with default.
- Use true random for random generation.
- Use std::string_view where it is valid to do so.
- Apply const where it is valid to do so.
- Use references where it is valid to do so.
- Manually optimize memory usage with std::move and std::copy.
- Opt for memory efficient containers where the size is known ahead of time.

Signed-off-by: lainon <GermanAizek@yandex.ru>
2023-04-05 18:58:32 +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: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
gfx-shader-param-basic.hpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +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 project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
gfx-shader-param-texture.hpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
gfx-shader-param.cpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
gfx-shader-param.hpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
gfx-shader.cpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00
gfx-shader.hpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00