mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
big refactoring ! ci skip
This commit is contained in:
14
runtime/Includes/Renderer/ViewerData.h
git.filemode.normal_file
14
runtime/Includes/Renderer/ViewerData.h
git.filemode.normal_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
|
||||
Reference in New Issue
Block a user