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

A simple sample that uses vulkan.hpp to run a compute shader in the GPU

Results 2 VulkanHpp-Compute-Sample issues
Sort by recently updated
recently updated
newest added

see https://cmake.org/cmake/help/latest/module/FindVulkan.html

Hi, I got compiler errors: > main.cpp:90:56: error: taking address of temporary [-fpermissive] > &static_cast(BufferCreateInfo), ... and others. What can I do with that?