Merge pull request #817 from rumblehhh/patch-1

Replace VK_VERSION_1_1 with VK_API_VERSION_1_1
This commit is contained in:
Sascha Willems 2021-06-05 15:11:29 +02:00 committed by GitHub
commit 0721179003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@
VulkanExample::VulkanExample() : VulkanExampleBase(ENABLE_VALIDATION)
{
title = "Variable rate shading";
apiVersion = VK_VERSION_1_1;
apiVersion = VK_API_VERSION_1_1;
camera.type = Camera::CameraType::firstperson;
camera.flipY = true;
camera.setPosition(glm::vec3(0.0f, 1.0f, 0.0f));