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

Preprocessor handles || and && in the expressions #7350

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

mvaligursky
Copy link
Contributor

@mvaligursky mvaligursky commented Feb 13, 2025

preprocessor now handles cases with && and ||, for example

#if defined(A) || B == 3
#if A > 2 && A < 4 || SHADOWS

@mvaligursky mvaligursky merged commit 554c845 into main Feb 13, 2025
7 checks passed
@mvaligursky mvaligursky deleted the mv-preprocessor-and-or branch February 13, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants