24 void resize(
const std::shared_ptr<Camera>& camera,
const Vector2i& windowSize);
The class Vector2i inherits from the templated class of Vector2, and the template parameters are spec...
Definition vector.h:255
void resize(const std::shared_ptr< Camera > &camera, const Vector2i &windowSize)