7#ifndef PXR_IMAGING_HD_ST_HIO_CONVERSIONS_H
8#define PXR_IMAGING_HD_ST_HIO_CONVERSIONS_H
11#include "pxr/imaging/hdSt/api.h"
12#include "pxr/imaging/hd/types.h"
13#include "pxr/imaging/hio/types.h"
15PXR_NAMESPACE_OPEN_SCOPE
18class HdStHioConversions
22 static HioFormat GetHioFormat(HdFormat hdFormat);
25 static HdFormat GetHdFormat(HioFormat hioFormat);
29PXR_NAMESPACE_CLOSE_SCOPE