mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
dnn/Vulkan: Rename function_list.inl
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
This commit is contained in:
parent
6e3ea8b49d
commit
7fff245f87
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
namespace cv { namespace dnn { namespace vkcom {
|
namespace cv { namespace dnn { namespace vkcom {
|
||||||
|
|
||||||
#include "function_list.inl"
|
#include "function_list.inl.hpp"
|
||||||
|
|
||||||
}}} // namespace cv::dnn::vkcom
|
}}} // namespace cv::dnn::vkcom
|
||||||
#endif // HAVE_VULKAN
|
#endif // HAVE_VULKAN
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
namespace cv { namespace dnn { namespace vkcom {
|
namespace cv { namespace dnn { namespace vkcom {
|
||||||
|
|
||||||
#include "function_list.inl"
|
#include "function_list.inl.hpp"
|
||||||
|
|
||||||
}}} // namespace cv::dnn::vkcom
|
}}} // namespace cv::dnn::vkcom
|
||||||
#endif // HAVE_VULKAN
|
#endif // HAVE_VULKAN
|
||||||
|
@ -57,7 +57,7 @@ bool loadVulkanFunctions(VkInstance& instance)
|
|||||||
return false; \
|
return false; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "function_list.inl"
|
#include "function_list.inl.hpp"
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -74,7 +74,7 @@ bool loadVulkanGlobalFunctions()
|
|||||||
return false; \
|
return false; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "function_list.inl"
|
#include "function_list.inl.hpp"
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user