Window size as arguments (Fixes #270)

This commit is contained in:
saschawillems 2017-01-22 12:29:27 +01:00
parent 8d3fe738c3
commit 792d8347be
5 changed files with 16 additions and 12 deletions

View file

@ -68,8 +68,6 @@ public:
VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)
{
width = 1280;
height = 720;
zoom = -30.0;
zoomSpeed = 2.5f;
rotationSpeed = 0.5f;