CesiumGS / cesium-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `uint32_t` support for property attributes

lilleyse opened this issue · comments

According to this section in the glTF spec vertex attributes can't use the UNSIGNED_INT component type, so uint32_t support should probably be removed for property attributes.