Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix transcoding crunch to DXT in IE11 #5057

Merged
merged 4 commits into from
Mar 1, 2017
Merged

Fix transcoding crunch to DXT in IE11 #5057

merged 4 commits into from
Mar 1, 2017

Conversation

bagnell
Copy link
Contributor

@bagnell bagnell commented Mar 1, 2017

Copy link
Contributor

@lilleyse lilleyse left a comment

Choose a reason for hiding this comment

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

Update CHANGES.md

for (i = 0; i < length; ++i) {
level0DXTData[i] = dxtData[i];
}

Copy link
Contributor

Choose a reason for hiding this comment

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

What about TypedArray.set?

@bagnell
Copy link
Contributor Author

bagnell commented Mar 1, 2017

@lilleyse Updated.

@lilleyse
Copy link
Contributor

lilleyse commented Mar 1, 2017

Test passes now - #2860 (comment)

@lilleyse lilleyse merged commit 9687c3e into master Mar 1, 2017
@lilleyse lilleyse deleted the fix-crunch-ie11 branch March 1, 2017 21:44
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants