TheRealMJP / MSAAFilter

MSAA and Temporal AA Sample
MIT License
329 stars 39 forks source link

Addressing issue #3 for VS 2019 and added VS2019 sln #4

Closed Pindrought closed 3 years ago

Pindrought commented 3 years ago

I was having the same issue mentioned here https://github.com/TheRealMJP/MSAAFilter/issues/3

This merge should address that issue in all the places I was seeing it happen.

By setting private data on a resource to null to clear it before assigning that private data for the debug object name, it is not causing an unhandled exception anymore in debug mode when the buffer lengths do not match.

TheRealMJP commented 3 years ago

Thanks for the PR @Pindrought!

fixed #3