Closed charles-lunarg closed 1 year ago
Effectively, if any of the includes cause different macro definitions to be true/false inside of a project, it leads to difficult to debug crashes where random functions get called.
#if COND PFN_vkBlah fp_blah = nullptr; #else void * padding12345; #endif
Effectively, if any of the includes cause different macro definitions to be true/false inside of a project, it leads to difficult to debug crashes where random functions get called.