Commit 7fff245f authored by Wu Zhiwen's avatar Wu Zhiwen

dnn/Vulkan: Rename function_list.inl

Signed-off-by: 's avatarWu Zhiwen <zhiwen.wu@intel.com>
parent 6e3ea8b4
...@@ -17,7 +17,7 @@ ...@@ -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 @@ ...@@ -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) ...@@ -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() ...@@ -74,7 +74,7 @@ bool loadVulkanGlobalFunctions()
return false; \ return false; \
} }
#include "function_list.inl" #include "function_list.inl.hpp"
return true; return true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment