12 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
	
		
			151 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| #pragma once
 | |
| 
 | |
| #include <math/mat4.hpp>
 | |
| 
 | |
| namespace lt::renderer {
 | |
| 
 | |
| struct FrameConstants
 | |
| {
 | |
| 	math::mat4 view_projection;
 | |
| };
 | |
| 
 | |
| } // namespace lt::renderer
 |