VulkanHpp-Compute-Sample
VulkanHpp-Compute-Sample copied to clipboard
Build 'taking address of temporary' error
Hi,
I got compiler errors:
main.cpp:90:56: error: taking address of temporary [-fpermissive] &static_cast<VkBufferCreateInfo>(BufferCreateInfo),
...
and others. What can I do with that?
https://github.com/mcleary/VulkanHpp-Compute-Sample/pull/3