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

Says min requirements are not satisfied dx12, but Im on dx12 #10

Open
trsh opened this issue Feb 22, 2020 · 1 comment
Open

Says min requirements are not satisfied dx12, but Im on dx12 #10

trsh opened this issue Feb 22, 2020 · 1 comment

Comments

@trsh
Copy link

trsh commented Feb 22, 2020

No description provided.

@TheRealMJP
Copy link
Owner

Hey there! Unfortunately this sample requires some functionality that's not guaranteed in the baseline D3D12 feature level. In particular it requires at least Tier 2 for resource binding, since it uses bindless techniques for accessing textures and buffers in the shader. I believe I set the app to check for FEATURE_LEVEL_11_1 since that includes Tier 2 resource binding, so if your GPU only supports FEATURE_LEVEL_11_0 you'll get that error message. Do you know which exact GPU you have in your PC?

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

No branches or pull requests

2 participants