|
candlewick 0.10.0-4-g76c0
A tiny cross-platform renderer based on SDL3
|
Go to the source code of this file.
Namespaces | |
| namespace | candlewick |
Enumerations | |
| enum class | candlewick::mesh_load_retc : Uint16 { candlewick::FAILED_TO_LOAD = 1 << 0 , candlewick::NO_MESHES = 1 << 1 , candlewick::OK = 1 << 4 } |
| Return codes for loadSceneMeshes(). More... | |
Functions | |
| mesh_load_retc | candlewick::loadSceneMeshes (const char *path, std::vector< MeshData > &meshData) |
| Load the meshes from the given path. This is implemented using the assimp library. | |