7#ifndef PXR_IMAGING_HD_FLATTENED_VISIBILITY_DATA_SOURCE_PROVIDER_H
8#define PXR_IMAGING_HD_FLATTENED_VISIBILITY_DATA_SOURCE_PROVIDER_H
10#include "pxr/imaging/hd/api.h"
12#include "pxr/imaging/hd/flattenedDataSourceProvider.h"
14PXR_NAMESPACE_OPEN_SCOPE
16class HdFlattenedVisibilityDataSourceProvider :
21 HdContainerDataSourceHandle GetFlattenedDataSource(
22 const Context&)
const override;
25 void ComputeDirtyLocatorsForDescendants(
29PXR_NAMESPACE_CLOSE_SCOPE
Represents a set of data source locators closed under descendancy.
Given to HdFlatteningSceneIndex to determine how to compute the flattened data source which is in the...