first of all, is it possible?
the husk documentation says:
--gpu ** Enable GPU (OpenGL/Vulkan/Metal) support for render delegates.
the --list-renderers ** Prints list of all Hydra render delegates available.
gives me the result
Render Delegates:
- BRAY_HdKarma (Karma CPU)
- BRAY_HdKarmaXPU (Karma XPU)
- HD_HoudiniRendererPlugin (Houdini GL) - unsupported
- HdHDebug (Houdini Hydra Debugger) - unsupported
- HdStormRendererPlugin (GL) - unsupported
Some delegates may require the --gpu option.
You may get more detail using the TF_DEBUG variable
and that does not contain any vulkan.
Tried to set the render delegate to vulkan, but got error Unable to load render plugin: vulkan
And a lot of variants like HdVulkan and so, maybe they just forgot to update the help

btw, my question is, what is the simplest command line to execute husk with vulkan render?
thx