HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hioConversions.h
Go to the documentation of this file.
1 //
2 // Copyright 2020 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_ST_HIO_CONVERSIONS_H
8 #define PXR_IMAGING_HD_ST_HIO_CONVERSIONS_H
9 
10 #include "pxr/pxr.h"
11 #include "pxr/imaging/hdSt/api.h"
12 #include "pxr/imaging/hd/types.h"
13 #include "pxr/imaging/hio/types.h"
14 
16 
17 
19 {
20 public:
21  HDST_API
22  static HioFormat GetHioFormat(HdFormat hdFormat);
23 
24  HDST_API
25  static HdFormat GetHdFormat(HioFormat hioFormat);
26 };
27 
28 
30 
31 #endif // PXR_IMAGING_HD_ST_HIO_CONVERSIONS_H
HdFormat
Definition: types.h:408
static HDST_API HioFormat GetHioFormat(HdFormat hdFormat)
HioFormat
Definition: types.h:25
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
Definition: path.h:1425
#define HDST_API
Definition: api.h:23
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:74
static HDST_API HdFormat GetHdFormat(HioFormat hioFormat)