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 mat4x2(scalar) constructor. #2646

Merged
merged 1 commit into from
May 18, 2021

Conversation

johnstiles-google
Copy link
Contributor

As described in #2645, 4x2 matrices constructed with a scalar are handled improperly and contain an additional unwanted scalar value. This PR adds a test for this issue and fixes the constant-matrix handling code.

@CLAassistant
Copy link

CLAassistant commented May 18, 2021

CLA assistant check
All committers have signed the CLA.

@greg-lunarg greg-lunarg added the kokoro:run Trigger Google bot runs label May 18, 2021
@kokoro-team kokoro-team removed the kokoro:run Trigger Google bot runs label May 18, 2021
Copy link
Contributor

@greg-lunarg greg-lunarg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the fix!

@greg-lunarg greg-lunarg merged commit e71278c into KhronosGroup:master May 18, 2021
@johnstiles-google johnstiles-google deleted the parseconst branch May 18, 2021 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants