Searched defs:UniformValue (Results 1 – 1 of 1) sorted by relevance
20 class UniformValue { class22 explicit UniformValue(T t_) : t(std::move(t_)) {} in UniformValue() function in mbgl::gl::UniformValue