Window size as arguments (Fixes #270)
This commit is contained in:
parent
8d3fe738c3
commit
792d8347be
5 changed files with 16 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue