Diligent Engine
Loading...
Searching...
No Matches
Diligent::RadientMorphTargetCreateInfo Struct Reference

#include <RadientMorphTargets.h>

Public Attributes

RadientMorphTargetDesc Desc = {}
 Complete immutable description of the target to create.
const RadientMorphTargetAttributeCreateInfopAttributeData = nullptr

Detailed Description

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.

Member Data Documentation

◆ pAttributeData

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.