VPP  0.8
A high-level modern C++ API for Vulkan
vppLangConversions.hpp File Reference

Go to the source code of this file.

Namespaces

 vpp
 The VPP namespace.
 

Functions

template<typename TargetT , typename SourceT >
TargetT vpp::StaticCast (const SourceT &source)
 General type conversion function. More...
 
template<typename TargetT , typename SourceT >
TargetT vpp::ReinterpretCast (const SourceT &source)
 Bit pattern type conversion function. More...