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

Set Direct3D feature level 11.1 #903

Open
wants to merge 2 commits into
base: winappsdk/main
Choose a base branch
from

Conversation

Dev-Taehui
Copy link

@Dev-Taehui Dev-Taehui commented Feb 1, 2023

Without Direct3D feature level array, I found that out variable (pFeatureLevel) is D3D_FEATURE_LEVEL_11_0.

In the official Direct2D documentation, featureLevels were created from 11.1 to 9.1 and provided to D3D11CreateDevice. This results out variable pFeatureLevel sets D3D_FEATURE_LEVEL_11_1.

I don't know how this will work, but it doesn't look bad using 11.1.

@Dev-Taehui Dev-Taehui changed the base branch from uwp/main to winappsdk/main October 16, 2023 09:49
@Dev-Taehui
Copy link
Author

I rebased to winappsdk/main.

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.

None yet

1 participant