feat: add class files
This commit is contained in:
		
							
								
								
									
										10
									
								
								src/buffer.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								src/buffer.h
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| #ifndef BUFFER_H_ | ||||
| #define BUFFER_H_ | ||||
|  | ||||
| #include "../lib/glm/glm.hpp" | ||||
|  | ||||
| struct Buffer { | ||||
| 	glm::vec3 position{ 0.0f, 0.0f, 0.0f }; | ||||
| }; | ||||
|  | ||||
| #endif // BUFFER_H_ | ||||
		Reference in New Issue
	
	Block a user
	 izenynn
					izenynn