7#ifndef PXR_IMAGING_HD_FLATTENED_OVERLAY_DATA_SOURCE_PROVIDER_H
8#define PXR_IMAGING_HD_FLATTENED_OVERLAY_DATA_SOURCE_PROVIDER_H
10#include "pxr/imaging/hd/api.h"
12#include "pxr/imaging/hd/flattenedDataSourceProvider.h"
14PXR_NAMESPACE_OPEN_SCOPE
24 HdContainerDataSourceHandle GetFlattenedDataSource(
25 const Context&)
const override;
28 void ComputeDirtyLocatorsForDescendants(
32PXR_NAMESPACE_CLOSE_SCOPE
Represents a set of data source locators closed under descendancy.
Flattens a data source by using HdOverlayContainerDataSource.