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::WrapType Concept Reference

Constrains Wrapper<T> to pointer types only. More...

#include <mxvk/include/mxvk/mxvk_wrapper.hpp>

Concept definition

template<typename T>
concept WrapType = std::is_pointer_v<T>
Constrains Wrapper<T> to pointer types only.

Detailed Description

Constrains Wrapper<T> to pointer types only.

Definition at line 25 of file mxvk_wrapper.hpp.