Some checks reported errors
		
		
	
	continuous-integration/drone/push Build was killed
				
			feat: surface system This commit puts the project in major jeopardy as it overhauls the architecture such as removing the layer stack completely, etc. I am filled with determination.
		
			
				
	
	
		
			19 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
	
		
			197 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <vulkan/vulkan.h>
 | |
| #include <vulkan/vulkan.hpp>
 | |
| 
 | |
| namespace lt::vk {
 | |
| 
 | |
| class Instance
 | |
| {
 | |
| public:
 | |
| 	Instance()
 | |
| 	{
 | |
| 	}
 | |
| 
 | |
| private:
 | |
| 	::vk::Instance m_instace;
 | |
| };
 | |
| 
 | |
| } // namespace lt::vk
 |