As I know, current OpenSubdiv refinement seems to do tessellation computation in GPU through specific tessellation related stages. For a few backend (e.g. WebGPU) there is not tessellation supported, is that possible to use OSD CPU tessellation? But it seems I cannot find where to enable it. Or it is not supported yet in Hydra Storm.
For uniform refinement I thought we only use compute shaders, not tessellation shaders? We have an adaptive refinement mode that definitely does rely on tessellation shaders, and would likely need to be disabled, but that’s currently an opt-in at the asset level anyway.