obs-StreamFX/source/nvidia/cv
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
..
nvidia-cv-image.cpp nvidia/cv/image: Store alignment for later use 2023-04-05 18:51:11 +02:00
nvidia-cv-image.hpp project: Fix various warnings 2023-04-05 18:51:14 +02:00
nvidia-cv-texture.cpp nvidia/cv: NvCVImage_Dealloc returns void 2023-04-05 18:51:11 +02:00
nvidia-cv-texture.hpp nvidia/cv/texture: Wrapper for gs::texture Images 2023-04-05 18:51:08 +02:00
nvidia-cv.cpp nvidia/cv: Prefer AddDllDirectory over SetDefaultDllDirectories 2023-04-05 18:51:32 +02:00
nvidia-cv.hpp project: Apply more C++ paradigms to the code 2023-04-05 18:58:32 +02:00