Tetra v0.6.2 Release Notes

Release Date: 2021-03-15 // about 3 years ago
  • 🛠 Fixed

    • VertexBuffer::set_data was mistakenly measuring its offset in individual floats, rather than vertices. This was inconsistent with IndexBuffer, and could potentially lead to corrupted data.
      • I do not believe this was a memory safety issue, as all writes were still valid and aligned - they were just in the wrong place!