NvBlastAssetDesc

Defined in lowlevel/NvBlastTypes.h

Variables

struct NvBlastAssetDesc

Asset descriptor, used to build an asset with NvBlastCreateAsset.

A valid asset descriptor must have a non-zero chunkCount and valid chunkDescs.

The user may create an asset with no bonds (e.g. a single-chunk asset). In this case bondCount should be zero and bondDescs is ignored.

Subclassed by Nv::Blast::TkAssetDesc

Public Members

uint32_t chunkCount

The number of chunk descriptors.

const NvBlastChunkDesc *chunkDescs

Array of chunk descriptors of size chunkCount.

uint32_t bondCount

The number of bond descriptors.

const NvBlastBondDesc *bondDescs

Array of bond descriptors of size bondCount.