8000 Rewrite while into for, take opportunities to save semi-colons by eldritchconundrum · Pull Request #213 · laurentlb/shader-minifier · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rewrite while into for, take opportunities to save semi-colons #213

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

Merged
merged 3 commits into from
Jan 14, 2023

Conversation

eldritchconundrum
Copy link
Collaborator

No description provided.

@@ -432,8 +432,7 @@ void main()
w.y=R();
w.z=R();
w.w=R();
if(w.w<.5)
;
w.w<.5;
Copy link
Owner

Choose a reason for hiding this comment

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

This is something we could simplify later

< 8000 div data-view-component="true" class="TimelineItem py-0 pl-4">
@laurentlb
Copy link
Owner

This could be added to the README

@eldritchconundrum eldritchconundrum merged commit 25de42a into master Jan 14, 2023
@eldritchconundrum eldritchconundrum deleted the while-to-for-semi-colons branch January 14, 2023 22:43
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 clo 3825 se these issues.

2 participants
0