Home
last modified time | relevance | path

Searched refs:GetAttributeType (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h29 bool GetAttributeType(BASE_NS::string_view dataType, AttributeBase& out);
41 BASE_NS::string_view GetAttributeType(AttributeBase type);
H A Dgltf2_util.cpp250 bool GetAttributeType(const string_view dataType, AttributeBase& out) in GetAttributeType() function
453 string_view GetAttributeType(AttributeBase dataType) in GetAttributeType() function
H A Dgltf2_exporter.cpp1812 auto type = GetAttributeType(attribute.attribute); in ExportMeshPrimitive()
1831 auto type = GetAttributeType(attribute.attribute); in ExportMeshPrimitive()
H A Dgltf2_loader.cpp1410 if (!GetAttributeType(it.key, attribute.attribute)) {
1463 if (!GetAttributeType(it.key, attribute.attribute)) {

Completed in 9 milliseconds