NvBlastFamilyGetChunkActor

Defined in lowlevel/NvBlast.h

NvBlastActor *NvBlastFamilyGetChunkActor(const NvBlastFamily *family, uint32_t chunkIndex, NvBlastLog logFn)

Retrieve the actor associated with the given chunk.

Parameters
  • family[in] The family.

  • chunkIndex[in] The index of chunk.

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

Returns

pointer to actor associated with given chunk. NULL if there is no such actor.