![]() |
|
Result of UsdMtlxGetUsdType().
More...
#include <utils.h>
Public Member Functions | |
| UsdMtlxUsdTypeInfo (SdfValueTypeName valueTypeName, bool valueTypeNameIsExact, TfToken shaderPropertyType, int arraySize=0) | |
Public Attributes | |
| SdfValueTypeName | valueTypeName |
| The value type name that most closely matches the MaterialX type. | |
| TfToken | shaderPropertyType |
The exact SdrShaderProperty type name. | |
| int | arraySize |
| If the value type is a fixed-size array/tuple, this will be greater then zero. | |
| bool | valueTypeNameIsExact |
true iff the value type name is an exact match to the MaterialX type. | |
|
inline |
| int arraySize |
| TfToken shaderPropertyType |
The exact SdrShaderProperty type name.
If there is no exact match this is empty.
| SdfValueTypeName valueTypeName |
| bool valueTypeNameIsExact |