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

WebGLTextures: Fix for data texture mipmaps uploading to correct levels. #23492

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

MatejJan
Copy link
Contributor

@MatejJan MatejJan commented Feb 14, 2022

Fixed #23490.

Description

Code for uploading data texture mipmaps had a missing index for which mipmap level to set when using tex storage.

@Mugen87 Mugen87 added this to the r138 milestone Feb 14, 2022
@mrdoob mrdoob merged commit 0f339bb into mrdoob:dev Feb 14, 2022
@mrdoob
Copy link
Owner

mrdoob commented Feb 14, 2022

Thanks!

@MatejJan MatejJan deleted the datatexture-mipmaps-fix branch February 15, 2022 10:24
donmccurdy pushed a commit to donmccurdy/three.js that referenced this pull request Mar 10, 2022
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.

Manually generated data texture mipmaps uploaded wrongly
3 participants