|
HDK
|
#include <spec.h>
Classes | |
| struct | Product |
| Specification of a product. See UsdRenderProduct. More... | |
| struct | RenderVar |
| Specification of a render variable (aka AOV). See UsdRenderVar. More... | |
Public Attributes | |
| std::vector< Product > | products |
| The full list of products requested by this render. More... | |
| std::vector< RenderVar > | renderVars |
| The full list of render vars requested by products in this render. More... | |
| VtArray< TfToken > | includedPurposes |
| List of purposes to use to filter scene contents. More... | |
| VtArray< TfToken > | materialBindingPurposes |
| List of material binding purposes. More... | |
| VtDictionary | namespacedSettings |
| Any extra settings values discovered in requested namespaces. More... | |
A self-contained specification of render settings.
| VtDictionary UsdRenderSpec::namespacedSettings |
| std::vector<Product> UsdRenderSpec::products |
| std::vector<RenderVar> UsdRenderSpec::renderVars |