Loading...
Searching...
No Matches
HdRenderer Class Referenceabstract

A Hydra renderer. More...

#include <renderer.h>

+ Inheritance diagram for HdRenderer:

Public Member Functions

virtual ~HdRenderer ()=0
 Stub class.
 
virtual HdLegacyRenderControlInterfaceGetLegacyRenderControl ()
 Transitory Hydra-1.0-like API.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~HdRenderer()

virtual ~HdRenderer ( )
pure virtual

Stub class.

TODO: Add API here to replace HdLegacyRenderControlInterface.

Member Function Documentation

◆ GetLegacyRenderControl()

virtual HdLegacyRenderControlInterface * GetLegacyRenderControl ( )
virtual

Transitory Hydra-1.0-like API.

Reimplemented in HdRenderDelegateAdapterRenderer.


The documentation for this class was generated from the following file: