ospray / hdospray

Rendering plugin for Pixar's USD Hydra
Apache License 2.0
116 stars 14 forks source link

fix HdOSPRayRendererPlugin::IsSupported for USD 23 #17

Closed zhoub closed 8 months ago

zhoub commented 9 months ago

USD 23+ changed the interface of HdRendererPlugin for GPU.

https://github.com/PixarAnimationStudios/OpenUSD/commit/847a5c58cd5c44d75affbd480d16e551c5f7fca6

This PR fixes the compilation on latest USD 23+.

carsonbrownlee commented 8 months ago

hi zhoub, thank you for this pull request. USD 23.x support is released in the recent hdOSPRay 1.0 release.