Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dattribute.hpp70 std::size_t attributeIndex, in binding() argument
75 assert(Vertex::attributeOffsets[attributeIndex] <= std::numeric_limits<uint32_t>::max()); in binding()
80 static_cast<uint32_t>(Vertex::attributeOffsets[attributeIndex]), in binding()