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

Creation data for one morph-target vertex attribute. More...

#include <RadientMorphTargets.h>

Public Attributes

const Float32pDeltas = nullptr

Detailed Description

Creation data for one morph-target vertex attribute.

Member Data Documentation

◆ pDeltas

const Float32* Diligent::RadientMorphTargetAttributeCreateInfo::pDeltas = nullptr

Tightly packed canonical floating-point deltas. The array contains RadientMeshCreateInfo::VertexCount times the corresponding attribute description's ComponentCount values. Radient copies the data into transient upload storage during mesh creation and does not retain the deltas in CPU memory after the upload has been scheduled.