Window size as arguments (Fixes #270)
This commit is contained in:
parent
8d3fe738c3
commit
792d8347be
5 changed files with 16 additions and 12 deletions
|
|
@ -91,8 +91,6 @@ public:
|
|||
|
||||
VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)
|
||||
{
|
||||
width = 1280;
|
||||
height = 720;
|
||||
zoom = -35.0f;
|
||||
zoomSpeed = 2.5f;
|
||||
rotationSpeed = 0.5f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue