-
Enhancement
-
Resolution: Unresolved
-
P3
-
None
Currently each glyph is sent down as a rectangle with 4 vertices. It might be faster to send down less data, at least to the native PrismGraphs layer to represent each glyph. The native layer could either use a geometry shader (when / if such support is added) or it could expand the data to a quad in native code.