Searched defs:SymbolOpacityAttributes (Results 1 – 1 of 1) sorted by relevance
88 struct SymbolOpacityAttributes : gl::Attributes<attributes::a_fade_opacity> { struct89 static Vertex vertex(bool placed, float opacity) { in vertex()