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

cargo fmt; cargo clippy #350

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

djugei
Copy link
Contributor

@djugei djugei commented Oct 22, 2024

clippy points out two places i did not touch: a missing unsafe annotation on a function and an unrestricted transmute.
since i do not have enough semantic understanding of the code i did not touch those places.

gl.get_current_program().map(|p| {
unsafe {gl::ProgramUniform1f(p, self.location, value)}
});
pub fn set(&self, gl: &GlGraphics, value: f32) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

these and following:
i am unsure if silently failing is the desired behaviour, i assume that there is probably already an earlier check that catches the lack of a current_program.

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.

1 participant