15 lines
		
	
	
		
			299 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			299 B
		
	
	
	
		
			C++
		
	
	
	
	
	
 | 
						|
#pragma once
 | 
						|
 | 
						|
#if !defined(VK_CAPTURE_FUNCTIONS_HPP_INCLUDED)
 | 
						|
#define VK_CAPTURE_FUNCTIONS_HPP_INCLUDED 1
 | 
						|
 | 
						|
#include <vulkan/vulkan.h>
 | 
						|
 | 
						|
namespace vk_capture
 | 
						|
{
 | 
						|
PFN_vkVoidFunction getWrappedFunctionPtr(const char* pName);
 | 
						|
} // namespace vk_capture
 | 
						|
 | 
						|
#endif // VK_CAPTURE_FUNCTIONS_HPP_INCLUDED        
 |