Property vertexBufferAutoSizeReduction
vertexBufferAutoSizeReduction
Determines if the data structures allocated to contain the geometry of the text object will be reduced in size if the number of characters required to display the text is reduced by more than 256 characters. This reduction has the benefit of reducing the amount of vertex data being submitted to the graphic device but results in GC when it occurs.
Declaration
public bool vertexBufferAutoSizeReduction { get; set; }
Property Value
Type | Description |
---|---|
bool |