Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GLM_EXT_matrix_common : row to column-major #1122

Merged

Conversation

Thibaulltt
Copy link

The previous pull request (#1116) made the incorrect assumption matrices were row-major instead of column-major (got the two mixed up in my head).

This fixes this problem.

Also, this extends the test files to cover all matrix sizes (not types, as this would be redundant).

Sorry for the troubles this might've caused !

The previous patch made the incorrect assumption matrices were row-major
instead of column-major (got the two mixed up in my head).

This fixes this problem.

Also, this extends the test files to cover all matrix sizes (not types,
that would be redundant).
@Thibaulltt
Copy link
Author

@christophe-lunarg This fixes a bug I introduced in master, pointed out by @gottfriedleibniz in my old pull request. Feel free to merge it whenever you have the time !

@christophe-lunarg christophe-lunarg self-assigned this Oct 26, 2022
@christophe-lunarg christophe-lunarg merged commit fc8f4bb into g-truc:master Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants