Falcor icon indicating copy to clipboard operation
Falcor copied to clipboard

Samples are not running out of the box on older cards (GTX 760)

Open Alekssasho opened this issue 6 years ago • 2 comments

By default Falcor 3.1 tries to use d3d12 feature level 12.0 which is not supported on some older cards like GTX 760 which leads to samples not starting. In previous version D3D12 device was created with feature level 11.0, and was later changed by this commit https://github.com/NVIDIAGameWorks/Falcor/commit/aa2776f8bcaeffa3962e520ed1f68077fd01655f.

Maybe it is possible to try creating multiple D3D12 devices with different feature levels until one is found, instead of just trying only with 1 and failing.

Alekssasho avatar Oct 25 '18 06:10 Alekssasho

We should the way Device::Desc handle feature-level. Set majorVersion to -1 by default, which means create the highest feature-level possible.

@kyaoNV We should fix it and create a 3.1.1 version

nbentyNV avatar Oct 25 '18 17:10 nbentyNV

@kyaoNV Was this fixed in Falcor 3.2?

nbentyNV avatar Feb 06 '19 19:02 nbentyNV