17 inline const Math::Vec3f& View::getClearColor()
const {
21 inline void View::setClearColor(
const Math::Vec3f& color) {
32 _camera->setRenderView(
nullptr);
35 _camera = std::move(camera);
36 _camera->setRenderView(
this);
44 inline float View::Viewport::getRatio()
const {
45 return extent.width / extent.height;
Dummy class for a shared pointer.