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