HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UsdRenderSpec::RenderVar Struct Reference

Specification of a render variable (aka AOV). See UsdRenderVar. More...

#include <spec.h>

Public Attributes

SdfPath renderVarPath
 The path of this render var, which uniquely identifies it. More...
 
TfToken dataType
 The value data type of the variable, as a USD type name. More...
 
std::string sourceName
 
TfToken sourceType
 
VtDictionary namespacedSettings
 Any extra settings values discovered in requested namespaces. More...
 

Detailed Description

Specification of a render variable (aka AOV). See UsdRenderVar.

Definition at line 89 of file spec.h.

Member Data Documentation

TfToken UsdRenderSpec::RenderVar::dataType

The value data type of the variable, as a USD type name.

Definition at line 93 of file spec.h.

VtDictionary UsdRenderSpec::RenderVar::namespacedSettings

Any extra settings values discovered in requested namespaces.

Definition at line 97 of file spec.h.

SdfPath UsdRenderSpec::RenderVar::renderVarPath

The path of this render var, which uniquely identifies it.

Definition at line 91 of file spec.h.

std::string UsdRenderSpec::RenderVar::sourceName

Definition at line 94 of file spec.h.

TfToken UsdRenderSpec::RenderVar::sourceType

Definition at line 95 of file spec.h.


The documentation for this struct was generated from the following file: