Loading...
Searching...
No Matches
flattenedDataSourceProviders.h
1//
2// Copyright 2023 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_IMAGING_HD_FLATTENED_DATA_SOURCE_PROVIDERS_H
8#define PXR_IMAGING_HD_FLATTENED_DATA_SOURCE_PROVIDERS_H
9
10#include "pxr/imaging/hd/api.h"
11
12#include "pxr/imaging/hd/dataSource.h"
13
14PXR_NAMESPACE_OPEN_SCOPE
15
20HD_API
21HdContainerDataSourceHandle HdFlattenedDataSourceProviders();
22
23PXR_NAMESPACE_CLOSE_SCOPE
24
25#endif
26