-
- Downloads
Remove unnecessary macro
Loading
Please register or sign in to comment
The macro is not unnecessary. When compiling on a windows computer, we get a define "near" from minwindef.h, which is indirectly included by vulkan.h -> vulkan.hh -> windows.h -> windef.h -> minwindef.h
renaming "near" to "n" solves the conflict without undefing a variable.