3#include <CesiumGltf/ImageAsset.h>
4#include <CesiumGltf/ImageSpec.h>
5#include <CesiumGltf/Library.h>
6#include <CesiumUtility/IntrusivePointer.h>
A smart pointer that calls addReference and releaseReference on the controlled object.
Classes for working with glTF models.
Image data used to create a texture. Image MAY be referenced by an URI (or IRI) or a buffer view inde...
This class is not meant to be instantiated directly. Use Image instead.
CesiumUtility::IntrusivePointer< ImageAsset > pAsset
The loaded image asset. When an image is loaded from a URL, multiple Image instances may all point to...