#include <NvBlastTypes.h>

Public Attributes | |
| uint32_t | bondCount |
| const NvBlastBondDesc * | bondDescs |
| uint32_t | chunkCount |
| const NvBlastChunkDesc * | chunkDescs |
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.
| uint32_t NvBlastAssetDesc::bondCount |
The number of bond descriptors.
Array of bond descriptors of size bondCount.
| uint32_t NvBlastAssetDesc::chunkCount |
The number of chunk descriptors.
Array of chunk descriptors of size chunkCount.