24 #ifndef PXR_IMAGING_HDX_HGI_CONVERSIONS_H 25 #define PXR_IMAGING_HDX_HGI_CONVERSIONS_H 27 #include "pxr/imaging/hdx/api.h" 28 #include "pxr/imaging/hd/types.h" 29 #include "pxr/imaging/hgi/types.h" 31 PXR_NAMESPACE_OPEN_SCOPE
43 static HgiFormat GetHgiFormat(HdFormat hdFormat);
46 static HdFormat GetHdFormat(HgiFormat hgiFormat);
50 PXR_NAMESPACE_CLOSE_SCOPE
Converts from Hd types to Hgi types.