7#ifndef PXR_IMAGING_HDX_HGI_CONVERSIONS_H
8#define PXR_IMAGING_HDX_HGI_CONVERSIONS_H
10#include "pxr/imaging/hdx/api.h"
11#include "pxr/imaging/hd/types.h"
12#include "pxr/imaging/hgi/types.h"
14PXR_NAMESPACE_OPEN_SCOPE
26 static HgiFormat GetHgiFormat(HdFormat hdFormat);
29 static HdFormat GetHdFormat(HgiFormat hgiFormat);
33PXR_NAMESPACE_CLOSE_SCOPE
Converts from Hd types to Hgi types.