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.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			170 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			170 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #include <renderer/vk/instance.hpp>
 | |
| #include <test/test.hpp>
 | |
| 
 | |
| lt::test::Suite raii = [] {
 | |
| 	lt::test::Case { "raii" } = [] {
 | |
| 		auto instance = lt::vk::Instance {};
 | |
| 	};
 | |
| };
 |