NvBlastAssetDesc
Defined in lowlevel/NvBlastTypes.h
Variables
Nv::Blast::TkAssetDesc::bondCount: The number of bond descriptors.
Nv::Blast::TkAssetDesc::bondDescs: Array of bond descriptors of size bondCount.
Nv::Blast::TkAssetDesc::chunkCount: The number of chunk descriptors.
Nv::Blast::TkAssetDesc::chunkDescs: Array of chunk descriptors of size chunkCount.
-
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.
-
uint32_t chunkCount