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

Properly support integral varyings #63

Closed
jdahlstrom opened this issue Jul 25, 2022 · 1 comment
Closed

Properly support integral varyings #63

jdahlstrom opened this issue Jul 25, 2022 · 1 comment
Labels
enhancement New feature or request performance

Comments

@jdahlstrom
Copy link
Owner

Integers cannot be interpolated with the current Varying because they cannot have a well-behaving Linear impl. Make Varying a trait and impl it for integers based on the current Bresenham code.

@jdahlstrom
Copy link
Owner Author

Obsoleted by 0.3

@jdahlstrom jdahlstrom closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant