microsoft / DxCapsViewer

DirectX Capabilities Viewer utility (dxcapsviewer.exe)

Home Page:https://walbourn.github.io/directx-caps-viewer-update/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Experimental Feature enumeration option?

kevgee opened this issue · comments

Can we add an experimental feature support option?
E.g. for forthcoming shader model support:
// Enable DX12 Expermintal Features
HRESULT hr = D3D12EnableExperimentalFeatures(
1,
&D3D12ExperimentalShaderModels,
nullptr, nullptr);