![]() |
|
A Hydra renderer. More...
#include <renderer.h>
Inheritance diagram for HdRenderer:Public Member Functions | |
| virtual | ~HdRenderer ()=0 |
| Stub class. | |
| virtual HdLegacyRenderControlInterface * | GetLegacyRenderControl () |
| Transitory Hydra-1.0-like API. | |
A Hydra renderer.
Typically constructed through a HdRendererPlugin given a scene index. In general, a subclass of HdRenderer has a constructor taking a scene index and implements HdSceneIndexObserver behavior.
It is the Hydra 2.0 replacement of the HdRenderDelegate.
Definition at line 27 of file renderer.h.
|
pure virtual |
Stub class.
TODO: Add API here to replace HdLegacyRenderControlInterface.
|
virtual |
Transitory Hydra-1.0-like API.
Reimplemented in HdRenderDelegateAdapterRenderer.