7#ifndef PXR_USD_SDF_LAYER_HINTS_H
8#define PXR_USD_SDF_LAYER_HINTS_H
12PXR_NAMESPACE_OPEN_SCOPE
34PXR_NAMESPACE_CLOSE_SCOPE
Contains hints about layer contents that may be used to accelerate certain composition operations.
bool mightHaveRelocates
If this field is false, the layer does not contain relocates.
SdfLayerHints()=default
Default constructed hints provide the most conservative set of values such that consumers of the hint...
SdfLayerHints(bool mightHaveRelocates)
Construct hints with specific values.