Vyroda
Game engine made by hand, with modern C++ and Vulkan.
Loading...
Searching...
No Matches
Vyroda::hasCallOperator Concept Reference

Concept definition

template<typename T>
concept hasCallOperator = requires(
T t,
AnimationInfo const& animation_info) {
{ t(animation_info) };
}
Definition Components.cppm:35
Definition MeshTypes.cppm:66