#pragma once namespace veng { struct UniformTransformations { glm::mat4 view; glm::mat4 projection; }; } // namespace veng