Home
last modified time | relevance | path

Searched defs:SymbolOpacityAttributes (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dsymbol_program.hpp88 struct SymbolOpacityAttributes : gl::Attributes<attributes::a_fade_opacity> { struct
89 static Vertex vertex(bool placed, float opacity) { in vertex()