vkmark icon indicating copy to clipboard operation
vkmark copied to clipboard

Fix build warning about deprecated debug utils user callback setter

Open pH5 opened this issue 2 months ago • 0 comments

Fix a build warning:

../src/vulkan_state.cpp:203:32: warning: ‘vk::DebugUtilsMessengerCreateInfoEXT& vk::DebugUtilsMessengerCreateInfoEXT::setPfnUserCallback(PFN_vkDebugUtilsMessengerCallbackEXT)’ is deprecated: This setter is deprecated. Use the one taking a function pointer type from the vk-namespace instead. [-Wdeprecated-declarations]

by moving the callback function type into the Vulkan namespace.

pH5 avatar Dec 10 '25 11:12 pH5