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

WebGLUniforms: Improve setValueV2/3/4(u)i functions. #24784

Merged
merged 2 commits into from
Oct 13, 2022
Merged

Conversation

Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Oct 12, 2022

Closes #24636.

Description

The functions setValueV2i(), setValueV3i() and setValueV4i() are now implemented like their float counterparts.

I was not able to detect a performance degradation due to the additional if check (see #24636 (comment)).

@Mugen87 Mugen87 added this to the r146 milestone Oct 12, 2022
@LeviPesin
Copy link
Contributor

Shouldn't the same be done also for ui?

@Mugen87 Mugen87 changed the title WebGLUniforms: Improve setValueV2/3/4i functions. WebGLUniforms: Improve setValueV2/3/4(u)i functions. Oct 12, 2022
@Mugen87
Copy link
Collaborator Author

Mugen87 commented Oct 12, 2022

Yeah, that's probably the safest approach. Otherwise we run into the same issue again with unsigned integers.

@Mugen87 Mugen87 merged commit 857b5cb into mrdoob:dev Oct 13, 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.

None yet

2 participants