#pragma once #if !defined(VK_CAPTURE_FUNCTIONS_HPP_INCLUDED) #define VK_CAPTURE_FUNCTIONS_HPP_INCLUDED 1 #include namespace vk_capture { PFN_vkVoidFunction getWrappedFunctionPtr(const char* pName); } // namespace vk_capture #endif // VK_CAPTURE_FUNCTIONS_HPP_INCLUDED