Merge pull request #817 from rumblehhh/patch-1
Replace VK_VERSION_1_1 with VK_API_VERSION_1_1
This commit is contained in:
commit
0721179003
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue