I build chrono development branch according to the instructions, without any errors and all is working fine, but I have problems with vsg demos. They crash just after run without displaying any graphics, with this message:
---- Warning: Device::getQueue(1, 0) failed to find any suitable Queue. Warning: Device::getQueue(1, 0) failed to find any suitable Queue. VUID-VkPipelineRasterizationStateCreateInfo-polygonMode-01413(ERROR / SPEC): msgNum: -212053721 - Validation Error: [ VUID-VkPipelineRasterizationStateCreateInfo-polygonMode-01413 ] Object 0: handle = 0x1a64bcdbb00, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0xf35c5127 | vkCreateGraphicsPipelines parameter, VkPolygonMode pCreateInfos[0]->pRasterizationState->polygonMode cannot be VK_POLYGON_MODE_POINT or VK_POLYGON_MODE_LINE if VkPhysicalDeviceFeatures->fillModeNonSolid is false. The Vulkan spec states: If the fillModeNonSolid feature is not enabled, polygonMode must be VK_POLYGON_MODE_FILL (https://vulkan.lunarg.com/doc/view/1.3.243.0/windows/1.3-extensions/vkspec.html#VUID-VkPipelineRasterizationStateCreateInfo-polygonMode-01413) Objects: 1 [0] 0x1a64bcdbb00, type: 3, name: NULL Process terminated ---- Maybe someone has had the same issue and knows how to get vsg working correctly? -- You received this message because you are subscribed to the Google Groups "ProjectChrono" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/projectchrono/f9c30fb8-f23e-4f94-86ac-d9123fde8ff0n%40googlegroups.com.
