Closed edunad closed 3 months ago
This is invalid usage of the DynamicBuffer
, which is intended to store persistent data of varying size.
USAGE_DYNAMIC
buffers are intended to keep small amount of temporary data that is only accessed during a single frame.
Tested using
Then resizing it later
Had no issues, the only enforced require is discarding the content on resize, not sure if it's possible to copy it over