-
Notifications
You must be signed in to change notification settings - Fork 154
Add D3D_FEATURE_LEVEL_12_2 #636
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
Conversation
Hello! This change currently fails to build with the older Windows SDK version:
It is necessary to find out in which SDK version this enum value was first defined and add a fallback value for older SDK versions. |
Should use directx heades instead of windows sdk to avoid this situation |
This will require quite a bit of work, which is not justified by this specific change. |
ef17445
to
c390a12
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9c186e0
to
04d98d2
Compare
No description provided.