VulkanHpp-Compute-Sample icon indicating copy to clipboard operation
VulkanHpp-Compute-Sample copied to clipboard

Build 'taking address of temporary' error

Open NazimAliev opened this issue 2 years ago • 1 comments

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?

NazimAliev avatar Nov 01 '23 09:11 NazimAliev

https://github.com/mcleary/VulkanHpp-Compute-Sample/pull/3

gonsolo avatar Mar 01 '24 14:03 gonsolo