tec::vertex::FormatDefine

More...

Inherits from tec::vertex::FormatDefinition

Public Functions

Name
template <typename... A>
FormatDefine(func_t f, A &&... a)

Additional inherited members

Public Types inherited from tec::vertex::FormatDefinition

Name
typedef std::function< void(void dest, const Mesh source)> func_t

Public Functions inherited from tec::vertex::FormatDefinition

Name
template <typename C ,typename... A>
FormatDefinition(const C * , func_t f, A &&... a)

Public Attributes inherited from tec::vertex::FormatDefinition

Name
const size_t format_stride
const std::vector< AttribData > info
const func_t convert

Detailed Description

template <typename T >
struct tec::vertex::FormatDefine;

Public Functions Documentation

function FormatDefine

template <typename... A>
inline FormatDefine(
    func_t f,
    A &&... a
)

Updated on 2022-07-24 at 19:27:35 +0000