7#ifndef PXR_USD_IMAGING_USD_IMAGING_TEXTURE_UTILS_H
8#define PXR_USD_IMAGING_USD_IMAGING_TEXTURE_UTILS_H
16#include "pxr/usdImaging/usdImaging/api.h"
21PXR_NAMESPACE_OPEN_SCOPE
37std::vector<std::tuple<int, TfToken>>
38UsdImaging_GetUdimTiles(
39 std::string
const& basePath,
41 SdfLayerHandle
const& layerHandle = SdfLayerHandle());
43PXR_NAMESPACE_CLOSE_SCOPE
TfToken class for efficient string referencing and hashing, plus conversions to and from stl string c...