|
candlewick 0.10.0-7-gb71d6
A tiny cross-platform renderer based on SDL3
|
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. | |
| std::string candlewick::detail::_error_message_impl | ( | std::string_view | fname, |
| std::string_view | fmtstr, | ||
| std::format_args | args ) |
| std::string candlewick::detail::error_message_format | ( | std::string_view | fname, |
| std::string_view | _fmtstr, | ||
| Ts &&... | args ) |
| std::pair< Uint32, Uint32 > candlewick::detail::mergeCalcIndexVertexCount | ( | std::span< const MeshData > | meshes | ) |
Number of vertices and indices in the merged mesh.