Loading...
Searching...
No Matches
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
13PXR_NAMESPACE_OPEN_SCOPE
14
16
28{
29public:
32 virtual ~HdRenderer() = 0;
33
36};
37
38PXR_NAMESPACE_CLOSE_SCOPE
39
40#endif
Transitory Hydra-1.0-like API for HdRenderer.
A Hydra renderer.
Definition: renderer.h:28
virtual HdLegacyRenderControlInterface * GetLegacyRenderControl()
Transitory Hydra-1.0-like API.
virtual ~HdRenderer()=0
Stub class.