Typedefs#
- usdex::core::FloatPrimvarData
An alias for
PrimvarDatathat holdsVtFloatArrayvalues (e.g widths or scale factors).- usdex::core::Int64PrimvarData
An alias for
PrimvarDatathat holdsVtInt64Arrayvalues (e.g ids that might be very large).- usdex::core::IntPrimvarData
An alias for
PrimvarDatathat holdsVtIntArrayvalues (e.g simple switch values or booleans consumable by shaders).- usdex::core::StringPrimvarData
An alias for
PrimvarDatathat holdsVtStringArrayvalues (e.g human readable descriptors).- usdex::core::TokenPrimvarData
An alias for
PrimvarDatathat holdsVtTokenArrayvalues (e.g more efficient human readable descriptors).- usdex::core::Vec2fPrimvarData
An alias for
PrimvarDatathat holdsVtVec2fArrayvalues (e.g texture coordinates).- usdex::core::Vec3fPrimvarData
An alias for
PrimvarDatathat holdsVtVec3fArrayvalues (e.g normals, colors, or other vectors).