We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
priyesh@priyesh-Blade:~/Downloads/vulkan_minimal_compute-master$ ./vulkan_minimal_compute Fatal : VkResult is -2 in /home/priyesh/Downloads/vulkan_minimal_compute-master/src/main.cpp at line 485 vulkan_minimal_compute: /home/priyesh/Downloads/vulkan_minimal_compute-master/src/main.cpp:485: void ComputeApplication::createBuffer(): Assertion `res == VK_SUCCESS' failed. Aborted (core dumped)
Creating buffer seems to fail on my end. Any clue what might be causing this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
priyesh@priyesh-Blade:~/Downloads/vulkan_minimal_compute-master$ ./vulkan_minimal_compute
Fatal : VkResult is -2 in /home/priyesh/Downloads/vulkan_minimal_compute-master/src/main.cpp at line 485
vulkan_minimal_compute: /home/priyesh/Downloads/vulkan_minimal_compute-master/src/main.cpp:485: void ComputeApplication::createBuffer(): Assertion `res == VK_SUCCESS' failed.
Aborted (core dumped)
Creating buffer seems to fail on my end. Any clue what might be causing this?
The text was updated successfully, but these errors were encountered: