MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / findReferencedImageUrls

Function findReferencedImageUrls

CesiumAsync/test/ExamplesAsyncSystem.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114std::vector<std::string>
115findReferencedImageUrls(const ProcessedContent& /*processed*/) {
116 return {"http://example.com/image.png"};
117}
118
119void useLoadedImage(const std::shared_ptr<CesiumAsync::IAssetRequest>&) {}
120

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected