Skip to content

Instantly share code, notes, and snippets.

@gordeev-dmitry
Created February 18, 2022 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gordeev-dmitry/20e81b3ba594c0ccea92ff735c7b27ac to your computer and use it in GitHub Desktop.
Save gordeev-dmitry/20e81b3ba594c0ccea92ff735c7b27ac to your computer and use it in GitHub Desktop.
ListPool usage example
var vertices = ListPool<Vector3>.Get();
GenerateMesh(vertices);
ListPool<Vector3>.Release(vertices);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment