Merge pull request #655 from hevrard/fix-build-android-computecloth
Fix Android build of computecloth demo
This commit is contained in:
commit
5f83f558ab
1 changed files with 3 additions and 3 deletions
|
|
@ -68,8 +68,8 @@ public:
|
||||||
vks::Buffer output;
|
vks::Buffer output;
|
||||||
} storageBuffers;
|
} storageBuffers;
|
||||||
struct Semaphores {
|
struct Semaphores {
|
||||||
VkSemaphore ready{ nullptr };
|
VkSemaphore ready{ 0L };
|
||||||
VkSemaphore complete{ nullptr };
|
VkSemaphore complete{ 0L };
|
||||||
} semaphores;
|
} semaphores;
|
||||||
vks::Buffer uniformBuffer;
|
vks::Buffer uniformBuffer;
|
||||||
VkQueue queue;
|
VkQueue queue;
|
||||||
|
|
@ -827,4 +827,4 @@ public:
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
VULKAN_EXAMPLE_MAIN()
|
VULKAN_EXAMPLE_MAIN()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue