-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective Add reflection support to more `glam` `Vec` types, specifically * I8Vec2 * I8Vec3 * I8Vec4 * U8Vec2 * U8Vec3 * U8Vec4 * I16Vec2 * I16Vec3 * I16Vec4 * U16Vec2 * U16Vec3 * U16Vec4 I needed to do this because I'm using various of these in my Bevy types, and due to the orphan rules, I can't make these impls locally. ## Solution Used `impl_reflect!` like for the existing types. ## Testing This should not require additional testing, though I have verified that reflection now works for these types in my own project.
- Loading branch information
Showing
1 changed file
with
116 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters