Unravel Engine C++ Reference
Loading...
Searching...
No Matches
asset_dependencies.h File Reference
#include <filesystem/filesystem.h>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  gfx
 
namespace  unravel
 
namespace  unravel::asset_compiler
 

Functions

template<typename T >
void unravel::asset_compiler::resolve_dependencies (const fs::path &, std::vector< fs::path > &)
 
template<>
void unravel::asset_compiler::resolve_dependencies< gfx::shader > (const fs::path &file_path, std::vector< fs::path > &processed_files)
 
template<>
void unravel::asset_compiler::resolve_dependencies< ui_tree > (const fs::path &file_path, std::vector< fs::path > &processed_files)