Home
last modified time | relevance | path

Searched refs:COLOR_ATTRIBUTES (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.cpp447 constexpr const char* COLOR_ATTRIBUTES[] = { "COLOR_0", "COLOR_1", "COLOR_2", "COLOR_3", "COLOR_4" … variable
463 if (dataType.index < countof(COLOR_ATTRIBUTES)) { in GetAttributeType()
464 return COLOR_ATTRIBUTES[dataType.index]; in GetAttributeType()