candlewick 0.1.0
A renderer
Loading...
Searching...
No Matches
candlewick::detail Namespace Reference

Classes

struct  ConeCylinderBuilder
 

Functions

std::string _error_message_impl (std::string_view fname, std::string_view fmtstr, std::format_args args)
 
template<typename... Ts>
std::string error_message_format (std::string_view fname, std::string_view _fmtstr, Ts &&...args)
 
std::pair< Uint32, Uint32 > mergeCalcIndexVertexCount (std::span< const MeshData > meshes)
 Number of vertices and indices in the merged mesh.
 

Function Documentation

◆ _error_message_impl()

std::string candlewick::detail::_error_message_impl ( std::string_view fname,
std::string_view fmtstr,
std::format_args args )

◆ error_message_format()

template<typename... Ts>
std::string candlewick::detail::error_message_format ( std::string_view fname,
std::string_view _fmtstr,
Ts &&... args )

◆ mergeCalcIndexVertexCount()

std::pair< Uint32, Uint32 > candlewick::detail::mergeCalcIndexVertexCount ( std::span< const MeshData > meshes)

Number of vertices and indices in the merged mesh.