7#ifndef PXR_IMAGING_HD_DATASOURCE_HASH_H
8#define PXR_IMAGING_HD_DATASOURCE_HASH_H
12#include "pxr/imaging/hd/api.h"
13#include "pxr/imaging/hd/dataSource.h"
15PXR_NAMESPACE_OPEN_SCOPE
17using HdDataSourceHashType = size_t;
30HdDataSourceHash(HdDataSourceBaseHandle
const &ds,
31 const HdSampledDataSource::Time startTime,
32 const HdSampledDataSource::Time endTime);
34PXR_NAMESPACE_CLOSE_SCOPE