Searched defs:LineGapWidth (Results 1 – 1 of 1) sorted by relevance
55 struct LineGapWidth : DataDrivenPaintProperty<float, attributes::a_gapwidth, uniforms::u_gapwidth> { struct56 static float defaultValue() { return 0; } in defaultValue()