big refactoring ! ci skip

This commit is contained in:
2024-09-02 09:44:42 +02:00
parent d95233e728
commit f65ac577bc
581 changed files with 42971 additions and 99170 deletions

14
runtime/Includes/Renderer/ViewerData.h git.filemode.normal_file
View File

@@ -0,0 +1,14 @@
#ifndef __MLX_VIEWER_DATA__
#define __MLX_VIEWER_DATA__
#include <Maths/Mat4.h>
namespace mlx
{
struct ViewerData
{
Mat4f projection_matrix;
};
}
#endif