microsoft / DirectX-Graphics-Samples

This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
MIT License
5.89k stars 2k forks source link

Fix EnqueueMakeResident not using the same parameters as MakeResident #785

Closed bdumesnil closed 2 years ago

bdumesnil commented 2 years ago

Fix the residency library not using the correct parameters when using EnqueueMakeResident instead of MakeResident. ( related issue : https://github.com/microsoft/DirectX-Graphics-Samples/issues/784 )