Skip to content

Fix Glyph Buffer Timestamp

Reset the buffer timestamp when the buffers are released so if this glyph is reinitialized and reused, the buffers will be rebuilt in their new state. Otherwise they will attempt to use released buffers if their input data timestamps haven't changed.

Merge request reports