Loading...
Searching...
No Matches
hioConversions.h
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
15PXR_NAMESPACE_OPEN_SCOPE
16
17
18class HdStHioConversions
19{
20public:
21 HDST_API
22 static HioFormat GetHioFormat(HdFormat hdFormat);
23
24 HDST_API
25 static HdFormat GetHdFormat(HioFormat hioFormat);
26};
27
28
29PXR_NAMESPACE_CLOSE_SCOPE
30
31#endif // PXR_IMAGING_HD_ST_HIO_CONVERSIONS_H