VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
vex::asset_path Struct Reference

Base wrapper for generic assets. Currently doesnt add any functionality. Its used mainly for custom functionality in editor. More...

#include <AssetTypes.hpp>

Inheritance diagram for vex::asset_path:
vex::audio_asset_path vex::mesh_asset_path vex::texture_asset_path

Public Member Functions

 asset_path (const std::string &s)
 asset_path (const char *s)

Detailed Description

Base wrapper for generic assets. Currently doesnt add any functionality. Its used mainly for custom functionality in editor.

Definition at line 32 of file AssetTypes.hpp.

Constructor & Destructor Documentation

◆ asset_path() [1/2]

vex::asset_path::asset_path ( const std::string & s)
inline

Definition at line 35 of file AssetTypes.hpp.

◆ asset_path() [2/2]

vex::asset_path::asset_path ( const char * s)
inline

Definition at line 36 of file AssetTypes.hpp.


The documentation for this struct was generated from the following file: