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

slang shaders: add support for __has_include like C++17 macro. #17109

Merged
merged 2 commits into from
Oct 21, 2024

Conversation

kokoko3k
Copy link
Contributor

Description

This adds a new #pragma include_if_exist "filename" directive that acts like #include statements, but does not return error if the file does not exists.

This adds a new #pragma include_if_exist "filename" directive that acts like #include statements,
but does not return error if the file does not exists.
@LibretroAdmin LibretroAdmin merged commit e1b2e29 into libretro:master Oct 21, 2024
27 checks passed
@kokoko3k kokoko3k deleted the has_include-like-pragma branch October 28, 2024 11:01
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.

2 participants