microsoft / DirectX-Graphics-Samples

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

Removed ATL dependency from D3D12Raytracing #858

Closed stanard closed 6 months ago

stanard commented 6 months ago

Replaced ATL::CComPtr with Microsoft::WRL::ComPtr to eliminate the dependency on ATL, which must be explicitly installed for each toolset.