HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
types.h
Go to the documentation of this file.
1 //
2 // Copyright 2016 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_HDX_TYPES_H
8 #define PXR_IMAGING_HDX_TYPES_H
9 
10 #include "pxr/pxr.h"
11 #include "pxr/imaging/hdx/api.h"
13 #include "pxr/imaging/hgi/types.h"
14 #include "pxr/imaging/hio/types.h"
15 #include "pxr/base/tf/token.h"
16 #include "pxr/base/vt/dictionary.h"
17 
19 
20 
21 // Struct used to send shader inputs from Presto and send them to Hydra
28 };
29 
30 HDX_API
31 bool operator==(const HdxShaderInputs& lhs, const HdxShaderInputs& rhs);
32 HDX_API
33 bool operator!=(const HdxShaderInputs& lhs, const HdxShaderInputs& rhs);
34 HDX_API
35 std::ostream& operator<<(std::ostream& out, const HdxShaderInputs& pv);
36 
37 /// Returns the HioFormat for the given HgiFormat
38 HDX_API
40 
42 
43 #endif //PXR_IMAGING_HDX_TYPES_H
HDX_API HioFormat HdxGetHioFormat(HgiFormat hgiFormat)
Returns the HioFormat for the given HgiFormat.
VtDictionary parameters
Definition: types.h:23
#define HDX_API
Definition: api.h:23
HgiFormat
Definition: types.h:28
HDX_API std::ostream & operator<<(std::ostream &out, const HdxShaderInputs &pv)
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
HioFormat
Definition: types.h:25
VtDictionary metaData
Definition: types.h:27
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
Definition: path.h:1425
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:74
VtDictionary textureFallbackValues
Definition: types.h:25
bool operator==(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Equality operator, does exact floating point comparisons.
Definition: Mat3.h:542
VtDictionary textures
Definition: types.h:24
TfTokenVector attributes
Definition: types.h:26