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(client_core): 🐛 Fix staging texture resolution #2378

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

zmerp
Copy link
Member

@zmerp zmerp commented Sep 6, 2024

Fixes #2374

@ShootingKing-AM
Copy link
Member

Can you explain more about this, what was happening before and whats the fix about ? Its effect on decoder latency ? I think this will increase the latency even more

@zmerp
Copy link
Member Author

zmerp commented Sep 6, 2024

@ShootingKing-AM This has nothing to do with latency. it's simply a bug where the decoder output has a certain size but we render it to a texture with half the width. OpenGL itself doesn't care about these bugs.

@zmerp
Copy link
Member Author

zmerp commented Sep 6, 2024

@The-personified-devil it did

@zmerp zmerp merged commit 87c32f5 into master Sep 6, 2024
9 checks passed
@zmerp zmerp deleted the fix-staging-res branch September 6, 2024 16:36
@The-personified-devil
Copy link
Collaborator

@zarik5 it did cause I edited your message to do it

@zmerp
Copy link
Member Author

zmerp commented Sep 6, 2024

gotcha

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.

Horizontal resolution halved by staging texture
3 participants