Asset is identified with string key and can store arbitrary binary data.
More...
#include <AssetManager.hpp>
|
std::uint32_t | alignment = 1 |
|
std::vector< std::uint8_t > | data |
|
const std::string | key |
|
Asset is identified with string key and can store arbitrary binary data.
Definition at line 15 of file AssetManager.hpp.
◆ Asset() [1/2]
◆ Asset() [2/2]
dai::Asset::Asset |
( |
std::string |
k | ) |
|
|
inlineexplicit |
◆ getRelativeUri()
std::string dai::Asset::getRelativeUri |
( |
| ) |
|
◆ alignment
std::uint32_t dai::Asset::alignment = 1 |
◆ data
std::vector<std::uint8_t> dai::Asset::data |
◆ key
const std::string dai::Asset::key |
The documentation for this struct was generated from the following files: