The H22 Vulkan Viewport doesn't work on an old GPU that I am trying to use on a secondary machine, because it is Missing required features:
synchronization2 dynamicRenderingand Missing Required Extensions: VK_KHR_dynamic_rendering VK_KHR_maintenance4. My Api Version is shown as 1.2.162and SwiftShader Device Api Version as 1.3.0.Does this mean that a GPU that supports Vulkan Api Version 1.3.0 will be able to display the viewport? Could I use an old GPU that supports 1.3.0 to have the viewport working, even if rudimentarily, in case I ever need it in a bind?
While checking I was surprised to find that Vulkan is not even mentioned once on the H22 System Requirements [www.sidefx.com] page, even though the H22 viewport cannot work without Vulkan. The Supported Cards [www.sidefx.com] page also doesn't mention Vulkan at all.
Where can I find more information about this?

