wren
Vulkan-based game engine
Loading...
Searching...
No Matches
serialization.hpp File Reference
#include <filesystem>
#include <wren/utils/result.hpp>
#include "scene.hpp"
Include dependency graph for serialization.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  wren
 
namespace  wren::scene
 

Functions

auto wren::scene::serialize (const std::shared_ptr< Scene > &scene, const std::filesystem::path &out_file) -> expected< void >