NvBlastAssetDesc Struct Reference

#include <NvBlastTypes.h>

Inheritance diagram for NvBlastAssetDesc:

Nv::Blast::TkAssetDesc Nv::Blast::ExtPxAssetDesc

List of all members.

Public Attributes

uint32_t bondCount
const NvBlastBondDescbondDescs
uint32_t chunkCount
const NvBlastChunkDescchunkDescs


Detailed Description

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.


Member Data Documentation

The number of bond descriptors.

Array of bond descriptors of size bondCount.

The number of chunk descriptors.

Array of chunk descriptors of size chunkCount.


The documentation for this struct was generated from the following file: