#include <RadientMorphTargets.h>
Public Attributes | |
| RadientMorphTargetDesc | Desc = {} |
| Complete immutable description of the target to create. | |
| const RadientMorphTargetAttributeCreateInfo * | pAttributeData = nullptr |
Morph-target creation attributes.
Radient retains a copy of Desc and all metadata it references. Attribute creation data is copied only into transient upload storage and is not kept in CPU memory after the GPU upload has been scheduled.
| const RadientMorphTargetAttributeCreateInfo* Diligent::RadientMorphTargetCreateInfo::pAttributeData = nullptr |
Array of Desc.AttributeCount creation-data records corresponding by index to Desc.pAttributes. Must not be null when Desc.AttributeCount is nonzero.