renderer.h
1 //
2 // Copyright 2025 Pixar
3 //
4 // Licensed under the terms set forth in the LICENSE.txt file available at
5 // https://openusd.org/license.
6 //
7 #ifndef PXR_IMAGING_HD_RENDERER_H
8 #define PXR_IMAGING_HD_RENDERER_H
9 
10 #include "pxr/pxr.h"
11 #include "pxr/imaging/hd/api.h"
12 
13 PXR_NAMESPACE_OPEN_SCOPE
14 
16 
28 {
29 public:
32  virtual ~HdRenderer() = 0;
33 
36 };
37 
38 PXR_NAMESPACE_CLOSE_SCOPE
39 
40 #endif
virtual HdLegacyRenderControlInterface * GetLegacyRenderControl()
Transitory Hydra-1.0-like API.
A Hydra renderer.
Definition: renderer.h:27
virtual ~HdRenderer()=0
Stub class.
Transitory Hydra-1.0-like API for HdRenderer.