benchmarks/vkmark: unbreak build after 9ccc33eae2
../src/vulkan_state.cpp:207:24: error: no matching member function for call to 'createDebugUtilsMessengerEXT'
207 | instance().createDebugUtilsMessengerEXT(debug_create_info, nullptr, dud),
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/vulkan/vulkan_funcs.hpp:16317:59: note: candidate function template not viable: no known conversion from 'const DebugUtilsMessengerCreateInfoEXT' to 'const DebugUtilsMessengerCreateInfoEXT *' for 1st argument; take the address of the argument with &
16317 | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Instance::createDebugUtilsMessengerEXT( const DebugUtilsMessengerCreateInfoEXT * pCreateInfo,
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/vulkan/vulkan_funcs.hpp:16333:107: note: candidate template ignored: requirement 'detail::isDispatchLoader<(anonymous namespace)::DebugUtilsDispatcher>::value' was not satisfied [with Dispatch = DebugUtilsDispatcher]
16333 | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType<DebugUtilsMessengerEXT>::type Instance::createDebugUtilsMessengerEXT(
| ^
Reported by: pkg-fallout
This commit is contained in:
@@ -3,6 +3,10 @@ DISTVERSION= 2025.01
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= benchmarks
|
||||
|
||||
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
|
||||
PATCHFILES+= abc5fc849569.patch:-p1 # https://github.com/vkmark/vkmark/pull/80
|
||||
PATCHFILES+= ab3f3d709e2f.patch:-p1 # https://github.com/vkmark/vkmark/pull/80
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= Vulkan benchmark
|
||||
WWW= https://github.com/vkmark/vkmark
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
TIMESTAMP = 1737621207
|
||||
SHA256 (vkmark-vkmark-2025.01_GH0.tar.gz) = 1ae362844344d0f9878b7a3f13005f77eae705108892a4e8abf237d452d37edc
|
||||
SIZE (vkmark-vkmark-2025.01_GH0.tar.gz) = 777201
|
||||
SHA256 (abc5fc849569.patch) = 10a5842d459d23260e4aabdf4309f3283a3986b95f3aaaf6c54756ee4f13f7f3
|
||||
SIZE (abc5fc849569.patch) = 947
|
||||
SHA256 (ab3f3d709e2f.patch) = f64346740b6f4dcd09181038efb1a9c2fcfdce04bb5384d4c9d6b8e973b4905a
|
||||
SIZE (ab3f3d709e2f.patch) = 1135
|
||||
|
||||
Reference in New Issue
Block a user