Diferente da versão geral do DirectX, o "Feature Level" (Nível de Recurso) indica as capacidades específicas de hardware que a placa possui fisicamente. Se sua GPU suporta apenas o nível 11_0 ou 11_1, ela não conseguirá executar esses títulos, mesmo que o Windows informe que você tem o DirectX 12 instalado. Placas de Vídeo Compatíveis
NVIDIA introduced full 12_0 support starting with the architecture. gpu compativel com d3d-feature-level-12-0
Key capabilities of 12_0:
: This is the most straightforward solution. Use the lists above to find an affordable, compatible card. Even a used GTX 1050 Ti or Radeon RX 570 will fully satisfy the requirement. Diferente da versão geral do DirectX, o "Feature
ComPtr<IDXGIAdapter> adapter; ComPtr<ID3D12Device> device; D3D12_FEATURE_DATA_FEATURE_LEVELS featureLevels; featureLevels.NumFeatureLevels = 1; D3D_FEATURE_LEVEL levelsRequested[] = D3D_FEATURE_LEVEL_12_0 ; featureLevels.pFeatureLevelsRequested = levelsRequested; HRESULT hr = device->CheckFeatureSupport( D3D12_FEATURE_FEATURE_LEVELS, &featureLevels, sizeof(featureLevels) ); if (SUCCEEDED(hr) && featureLevels.MaxSupportedFeatureLevel >= D3D_FEATURE_LEVEL_12_0) Key capabilities of 12_0: : This is the
A boa notícia é que o padrão 12_0 existe desde 2015. Portanto, não é necessário ter uma placa de vídeo "topo de linha" de 2024. Abaixo, separamos as placas compatíveis por fabricante.
: AutoCAD, SolidWorks, Adobe After Effects (with 3D layers), and Blender’s Cycles renderer increasingly use DirectX 12 backends for viewport acceleration. Without FL 12_0, you face severe performance penalties or outright feature blocking.