Home
last modified time | relevance | path

Searched defs:UniformValue (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 Duniform.hpp20 class UniformValue { class
22 explicit UniformValue(T t_) : t(std::move(t_)) {} in UniformValue() function in mbgl::gl::UniformValue