Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make IDXGISwapChain buffer cast conditional
Remove an unconditional cast of the object returned by IDXGISwapChain::GetBuffer to ID3D12Resource, as this method may return other resource types.
- Loading branch information