vsgCs help-The following error occurs after updating. Is it because the graphics card does not support it? #1220
Replies: 5 comments 11 replies
-
This could be a range of reasons, but we can't begin to speculate as you haven't provide any details about your OS/graphics hardware/drivers etc, or what happened before these errors occurred. |
Beta Was this translation helpful? Give feedback.
-
I haven't used a Geforce MX150 but I guess it should work with Vulkan, a quick search on the web didn't provide any conclusive clarification of this though. Do the standard vsgExamples like vsgdraw or vsgviewer work? To test paging capability you can use the vsgExamples/data/models/openstreetmap.vsgt example: vsgviewer models/openstreetmap.vsgt Once you have confirmed that the basic Vulkan/VulkanSceneGraph side is work then investigate vsgCs. There is a vsgCs Issue thracker you could use if there are vsgCs specific issues you are having, |
Beta Was this translation helpful? Give feedback.
-
Thanks for the additional details. I'll take a look at this. |
Beta Was this translation helpful? Give feedback.
-
I'm not seeing these validation errors with the latest VSG, vsgXchange, vsgImGui, and vsgCS. Are you sure that you have the latest versions of all of these (including ImGui; might need to do a I can't really say if the validation errors are related to things not working on the MX150, but it's possible. |
Beta Was this translation helpful? Give feedback.
-
The reason why the new vsg version of the earth cannot be displayed is probably related to vsg’s changes to ViewDependentState-related shaders and resource descriptors binding . Modify the vgsCs's VIEW_DESCRIPTOR_SET binding related code in pbr.cpp and replace with vsgExamples . It's not because of the graphics card.It may also be necessary to modify the shader files, but I'm not familiar with it yet. |
Beta Was this translation helpful? Give feedback.
-
Warning: miniCompile did recording!
info: Context::waitForCompletion() 00000238BDE49A60 fence->wait() failed with error. VkResult = -4
info: Context::waitForCompletion() 00000238BDE49A60 fence->wait() failed with error. VkResult = -4
info: Context::waitForCompletion() 00000238BDE49A60 fence->wait() failed with error. VkResult = -4
info: Context::waitForCompletion() 00000238BDE49A60 fence->wait() failed with error. VkResult = -4
Beta Was this translation helpful? Give feedback.
All reactions