NvBlastFamilySetAsset
Defined in lowlevel/NvBlast.h
-
void NvBlastFamilySetAsset(NvBlastFamily *family, const NvBlastAsset *asset, NvBlastLog logFn)
Set asset to the family.
It should be the same asset as the one family was created from (same ID).
- Parameters
family – [in] The family.
asset – [in] Asset to instance.
logFn – [in] User-supplied message function (see NvBlastLog definition). May be NULL.