24 #ifndef PXR_IMAGING_HD_NOTICE_BATCHING_SCENE_INDEX_H
25 #define PXR_IMAGING_HD_NOTICE_BATCHING_SCENE_INDEX_H
39 static HdNoticeBatchingSceneIndexRefPtr
New(
40 const HdSceneIndexBaseRefPtr &inputScene) {
105 std::vector<std::unique_ptr<_BatchEntry>>
_batches;
void SetBatchingEnabled(bool enabled)
TfRefPtr< T > TfCreateRefPtr(T *ptr)
HD_API HdNoticeBatchingSceneIndex(const HdSceneIndexBaseRefPtr &inputScene)
void _PrimsRemoved(const HdSceneIndexBase &sender, const HdSceneIndexObserver::RemovedPrimEntries &entries) override
GLenum GLenum GLsizei const GLuint GLboolean enabled
HdSceneIndexObserver::RemovedPrimEntries entries
void _PrimsAdded(const HdSceneIndexBase &sender, const HdSceneIndexObserver::AddedPrimEntries &entries) override
void _PrimsDirtied(const HdSceneIndexBase &sender, const HdSceneIndexObserver::DirtiedPrimEntries &entries) override
static HdNoticeBatchingSceneIndexRefPtr New(const HdSceneIndexBaseRefPtr &inputScene)
HD_API SdfPathVector GetChildPrimPaths(const SdfPath &primPath) const override
HD_API ~HdNoticeBatchingSceneIndex() override
std::vector< class SdfPath > SdfPathVector
A vector of SdfPaths.
bool IsBatchingEnabled() const
HdSceneIndexObserver::DirtiedPrimEntries entries
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
std::vector< std::unique_ptr< _BatchEntry > > _batches
#define PXR_NAMESPACE_CLOSE_SCOPE
HD_API HdSceneIndexPrim GetPrim(const SdfPath &primPath) const override
HdSceneIndexObserver::AddedPrimEntries entries
TF_DECLARE_REF_PTRS(HdNoticeBatchingSceneIndex)