Merge pull request #655 from hevrard/fix-build-android-computecloth

Fix Android build of computecloth demo
This commit is contained in:
Sascha Willems 2020-01-16 20:16:47 +01:00 committed by GitHub
commit 5f83f558ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,8 +68,8 @@ public:
vks::Buffer output;
} storageBuffers;
struct Semaphores {
VkSemaphore ready{ nullptr };
VkSemaphore complete{ nullptr };
VkSemaphore ready{ 0L };
VkSemaphore complete{ 0L };
} semaphores;
vks::Buffer uniformBuffer;
VkQueue queue;
@ -827,4 +827,4 @@ public:
}
};
VULKAN_EXAMPLE_MAIN()
VULKAN_EXAMPLE_MAIN()