Skip to content

Commit

Permalink
mesh: Changelog for MeshTypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Nov 3, 2023
1 parent 5058d3c commit 93b7386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@
The `CustomFormat` trait is now split into two traits, `Fmt` (for implementing) and `Refmt` (extension).

- `all-is-cubes-mesh` library:
- The new trait `MeshTypes` is now used to combine declaration of vertex and texture types.
`BlockMesh`, `SpaceMesh`, `ChunkedSpaceMesh`, and `GetBlockMesh` all have a single `M: MeshTypes` parameter in place of multiple generics.
- Renamed `TextureAllocator` to `texture::Allocator`.
- Renamed `TextureTile` to `texture::Tile`.
- Renamed `Texel` to `texture::Texel`.
Expand Down

0 comments on commit 93b7386

Please sign in to comment.