Closed tarhses closed 9 months ago
Related to #382.
This PR's goal is to implement struct API for ivec2, ivec3, and ivec4. I tried to closely follow what was already done with vec2/3/4 struct API and I also added missing print functions.
@tarhses thanks for your contributions, the PR is merged 🚀
Related to #382.
This PR's goal is to implement struct API for ivec2, ivec3, and ivec4. I tried to closely follow what was already done with vec2/3/4 struct API and I also added missing print functions.