HDK
|
#include <resolvedAttributeCache.h>
Public Member Functions | |
UsdImaging_MaterialBindingImplData (const TfToken &materialPurpose) | |
~UsdImaging_MaterialBindingImplData () | |
const TfToken & | GetMaterialPurpose () const |
Returns the material purpose for which bindings must be computed. More... | |
UsdShadeMaterialBindingAPI::BindingsCache & | GetBindingsCache () |
UsdShadeMaterialBindingAPI::CollectionQueryCache & | GetCollectionQueryCache () |
void | ClearCaches () |
Clears all of the held caches. More... | |
Definition at line 659 of file resolvedAttributeCache.h.
|
inline |
Constructor takes the purpose for which material bindings are to be evaluated.
Definition at line 662 of file resolvedAttributeCache.h.
|
inline |
Destructor invokes ClearCaches(), which does the cache deletion in parallel.
Definition at line 668 of file resolvedAttributeCache.h.
void UsdImaging_MaterialBindingImplData::ClearCaches | ( | ) |
Clears all of the held caches.
|
inline |
Returns the BindingsCache object to be used when computing resolved material bindings.
Definition at line 679 of file resolvedAttributeCache.h.
|
inline |
Returns the BindingsCache object to be used when computing resolved material bindings.
Definition at line 684 of file resolvedAttributeCache.h.
|
inline |
Returns the material purpose for which bindings must be computed.
Definition at line 673 of file resolvedAttributeCache.h.