MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
mxvk_cv.hpp File Reference

OpenCV video-capture integration for the Vulkan backend. More...

#include "mxvk.hpp"
#include "mxvk_sprite.hpp"
#include <memory>
#include <opencv2/opencv.hpp>

Go to the source code of this file.

Classes

class  mxvk::VK_Capture
 Vulkan OpenCV video capture source. More...

Namespaces

namespace  mxvk
 Utilities for loading and saving PNG images.

Detailed Description

OpenCV video-capture integration for the Vulkan backend.

mxvk::VK_Capture (Vulkan variant) wraps cv::VideoCapture and feeds decoded frames into a VK_Sprite for display within a VK_Window.

Definition in file mxvk_cv.hpp.