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

Only dirty the uniform UVSCALEOFFSET when really needed #17505

Merged
merged 1 commit into from
May 25, 2023

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented May 25, 2023

Broken out from #17479

With OpenGL, greatly reduces the amount of glUniform4fv calls in many games (and similar in the other backends).

Also rename another variable for consistency.

Broken out from #17479

With OpenGL, greatly reduces the amount of glUniform4fv calls in many games (and
similar in the other backends).
@hrydgard hrydgard added the GE emulation Backend-independent GPU issues label May 25, 2023
@hrydgard hrydgard added this to the v1.16.0 milestone May 25, 2023
@hrydgard hrydgard merged commit da3bd67 into master May 25, 2023
20 checks passed
@hrydgard hrydgard deleted the uv-scale-uniform-opt branch May 25, 2023 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GE emulation Backend-independent GPU issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant