-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
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
Graphical issue on intel core ultra 5 (arch linux) #710
Comments
Hi, @kmwagnera ! I've looked into the log, seem to be 2 issues there: If primitiveFragmentShadingRateMeshShader is VK_TRUE then primitiveFragmentShadingRate also needs to be VK_TRUE. Issue here is engine requests all mesh-shader features that gpu claim to support, without accounting that other dependency has to be meet. Second: vkCmdUpdateBuffer(): dstBuffer (VkBuffer 0xe5277c0000000317[]) was created with VK_BUFFER_USAGE_2_TRANSFER_SRC_BIT_KHR|VK_BUFFER_USAGE_2_UNIFORM_BUFFER_BIT_KHR|VK_BUFFER_USAGE_2_STORAGE_BUFFER_BIT_KHR|VK_BUFFER_USAGE_2_SHADER_DEVICE_ADDRESS_BIT_KHR but requires VK_BUFFER_USAGE_TRANSFER_DST_BIT. Need to add VK_BUFFER_USAGE_TRANSFER_DST_BIT usage for, what seem to be uniform buffer. |
Can't quite fix it immediatly, as my windows-laptop died, but can do code-reviews. |
The issue happens on my archlinux system... |
I mean I have nothing that can run vulkan at the moment :D |
Issue
I can start gothic 2 but there are graphical issues.
Is there any way available to solve this issue?
Logs
logfile
If I activate -v flag, I have very much cli output... maybe it helps?
log.txt
The text was updated successfully, but these errors were encountered: