5#include <CesiumGltf/ExtensionExtInstanceFeaturesFeatureId.h>
6#include <CesiumGltf/Library.h>
7#include <CesiumUtility/ExtensibleObject.h>
20 static constexpr const char* TypeName =
"ExtensionExtInstanceFeatures";
23 static constexpr const char* ExtensionName =
"EXT_instance_features";
28 std::vector<CesiumGltf::ExtensionExtInstanceFeaturesFeatureId>
featureIds;
43 this->featureIds.capacity());
47 value.getSizeBytes() -
Classes for working with glTF models.
Feature IDs stored in a GPU mesh instancing attribute.
An object describing per-instance feature IDs.
std::vector< CesiumGltf::ExtensionExtInstanceFeaturesFeatureId > featureIds
An array of feature ID sets.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...