cesium-native 0.43.0
|
The result of an AssetFetcher::get call. More...
#include <Cesium3DTilesContent/GltfConverters.h>
Public Attributes | |
std::vector< std::byte > | bytes |
The byte buffer obtained from a URL. This will be empty if fetching the asset failed. | |
CesiumUtility::ErrorList | errorList |
The errors and warnings reported while fetching the asset. | |
The result of an AssetFetcher::get call.
Definition at line 21 of file GltfConverters.h.
std::vector<std::byte> Cesium3DTilesContent::AssetFetcherResult::bytes |
The byte buffer obtained from a URL. This will be empty if fetching the asset failed.
Definition at line 26 of file GltfConverters.h.
CesiumUtility::ErrorList Cesium3DTilesContent::AssetFetcherResult::errorList |
The errors and warnings reported while fetching the asset.
Definition at line 30 of file GltfConverters.h.