microsoft / microsoft/DxCapsViewer
Some features (e.g. Conservative Rasterisation) report 'No' on FL11_0 even when they are supported
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 170
- Forks
- 23
- Avg merge
- 8m
- Merged PRs (30d)
- 4
Description
The D3D runtime and drivers are reporting support for these features in FL11_0, but dxcapsviewer makes out that they aren't supported by explicitly setting them to 'No'.
The shader model is also incorrectly reported for FL11_0 and FL11_1.
Adam
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading dxgi.cpp at line 1662 and trace how feature-level capability values are displayed. Check the FL11_0 feature and shader-model reporting against the behavior described in the issue. Done means supported features no longer show “No” and shader models for FL11_0 and FL11_1 are reported correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- computer-graphics, devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100