Result of UsdMtlxGetUsdType()
.
More...
#include <utils.h>
Result of UsdMtlxGetUsdType()
.
Definition at line 115 of file utils.h.
UsdMtlxUsdTypeInfo::UsdMtlxUsdTypeInfo |
( |
SdfValueTypeName |
valueTypeName, |
|
|
bool |
valueTypeNameIsExact, |
|
|
TfToken |
shaderPropertyType, |
|
|
int |
arraySize = 0 |
|
) |
| |
|
inline |
int UsdMtlxUsdTypeInfo::arraySize |
If the value type is a fixed-size array/tuple, this will be greater then zero. For "dynamic arrays" this will be zero.
Definition at line 138 of file utils.h.
TfToken UsdMtlxUsdTypeInfo::shaderPropertyType |
The value type name that most closely matches the MaterialX type. If the type isn't recognized this is the invalid value type name. Clients can check for array types by calling IsArray()
on this.
Definition at line 130 of file utils.h.
bool UsdMtlxUsdTypeInfo::valueTypeNameIsExact |
true
iff the value type name is an exact match to the MaterialX type.
Definition at line 142 of file utils.h.
The documentation for this struct was generated from the following file: