PacktPublishing / Mastering-Graphics-Programming-with-Vulkan

MIT License
539 stars 73 forks source link

Raptor Assert uses outdated predefined macro #15

Closed drsnuggles8 closed 1 year ago

drsnuggles8 commented 1 year ago

In the file assert.hpp, in line 8 it is checked if _MSV_VER is defined. I believe this should be a check for _MSC_VER instead.

Link to file

theWatchmen commented 1 year ago

Thanks for letting us know , this is now fixed.