#pragma once #include "mathlib.h" struct Camera3d { Mat4x4 projection; Mat4x4 view; };