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

TINYGL: Replace tglFrustum, tglOrtho and tglClearDepth with float versions #4763

Merged
merged 1 commit into from Mar 5, 2023

Conversation

ccawley2011
Copy link
Member

This avoids needing to cast the parameters to doubles, only for the functions to cast them to floats.

Copy link
Member

@aquadran aquadran left a comment

Choose a reason for hiding this comment

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

don't replace versions with double, but add new ones.

@ccawley2011
Copy link
Member Author

don't replace versions with double, but add new ones.

OK, done.

@sev-
Copy link
Member

sev- commented Mar 5, 2023

Great, merging

@sev- sev- merged commit 366e0c5 into scummvm:master Mar 5, 2023
5 of 8 checks passed
@ccawley2011 ccawley2011 deleted the tinygl-single-precision branch March 14, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants