mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 14:45:47 -04:00
dep/vulkan-loader: Don't use potentially-conflicting symbol names
This commit is contained in:
@ -92,14 +92,7 @@
|
||||
|
||||
#endif
|
||||
|
||||
// We abuse the preprocessor here to only need to specify function names once.
|
||||
#define VULKAN_MODULE_ENTRY_POINT(name, required) extern PFN_##name name;
|
||||
#define VULKAN_INSTANCE_ENTRY_POINT(name, required) extern PFN_##name name;
|
||||
#define VULKAN_DEVICE_ENTRY_POINT(name, required) extern PFN_##name name;
|
||||
#include "vulkan_entry_points.inl"
|
||||
#undef VULKAN_DEVICE_ENTRY_POINT
|
||||
#undef VULKAN_INSTANCE_ENTRY_POINT
|
||||
#undef VULKAN_MODULE_ENTRY_POINT
|
||||
#include "vulkan_entry_points.h"
|
||||
|
||||
namespace Vulkan {
|
||||
|
||||
|
Reference in New Issue
Block a user