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