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

@ -114,8 +114,6 @@ public:
VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)
{
width = 1280;
height = 720;
zoom = -2.5f;
title = "Vulkan Example - Basic indexed triangle";
// Values not set here are initialized in the base class constructor