NvBlastAssetSetID

Defined in lowlevel/NvBlast.h

bool NvBlastAssetSetID(NvBlastAsset *asset, const NvBlastID *id, NvBlastLog logFn)

Set an asset’s ID.

Parameters
  • asset[in] The given asset.

  • id[in] A pointer to the id to copy into the asset.

  • logFn[in] User-supplied message function (see NvBlastLog definition). May be NULL.

Returns

true iff the id is successfully set.