HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HdRenderer Class Referenceabstract

#include <renderer.h>

+ Inheritance diagram for HdRenderer:

Public Member Functions

virtual ~HdRenderer ()=0
 
virtual
HdLegacyRenderControlInterface
GetLegacyRenderControl ()
 Transitory Hydra-1.0-like API. More...
 

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

virtual HdRenderer::~HdRenderer ( )
pure virtual

Stub class. TODO: Add API here to replace HdLegacyRenderControlInterface.

Member Function Documentation

virtual HdLegacyRenderControlInterface* HdRenderer::GetLegacyRenderControl ( )
virtual

Transitory Hydra-1.0-like API.

Reimplemented in HdRenderDelegateAdapterRenderer.


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