HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
renderDelegateInfo.h
Go to the documentation of this file.
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_RENDER_DELEGATE_INFO_H
8 #define PXR_IMAGING_HD_RENDER_DELEGATE_INFO_H
9 
10 #include "pxr/imaging/hd/api.h"
11 
12 #include "pxr/base/tf/token.h"
13 
15 
16 class HdRenderDelegate;
17 
19 {
26 };
27 
28 HD_API
30 
31 HD_API
33 
35 #endif
TfTokenVector renderSettingsNamespaces
TfTokenVector materialRenderContexts
#define PXR_NAMESPACE_OPEN_SCOPE
Definition: pxr.h:73
TfTokenVector shaderSourceTypes
#define HD_API
Definition: api.h:23
Definition: token.h:70
bool operator!=(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Inequality operator, does exact floating point comparisons.
Definition: Mat3.h:556
std::vector< TfToken > TfTokenVector
Convenience types.
Definition: token.h:440
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:74
bool operator==(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Equality operator, does exact floating point comparisons.
Definition: Mat3.h:542