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

Fix D3D12 backend on Windows 10 #33

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Conversation

vertver
Copy link
Contributor

@vertver vertver commented Jan 31, 2024

No description provided.

@dzhdanNV dzhdanNV merged commit 07b745d into NVIDIAGameWorks:main Jan 31, 2024
2 checks passed
@dzhdanNV
Copy link
Collaborator

According to https://learn.microsoft.com/en-us/windows/win32/api/d3d12/ns-d3d12-d3d12_feature_data_d3d12_options13 (other "options" are here too):

  • option <= 9: min supported client is Windows 10 Build 20348
  • option <= 11: min supported client is Windows Build 22000
  • others: Windows 11, version 22H2; or DirectX 12 Agility SDK 1.6 or later

In most cases problems can be solved by installing latest Win SDK. It's a good practice. On the other hand, ALL D3D12 is just available via AgilitySDK, so... OK, accepted.

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