#pragma once #include namespace lt::renderer { struct FrameConstants { math::mat4 view_projection; }; } // namespace lt::renderer