NvBlastActorGetMaxActorCountForSplit

Defined in lowlevel/NvBlast.h

uint32_t NvBlastActorGetMaxActorCountForSplit(const NvBlastActor *actor, NvBlastLog logFn)

Returns the upper-bound number of actors which can be created by calling NvBlastActorSplit with that actor, this value can’t exceed chunk count.

Parameters
  • actor[in] The actor.

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

Returns

the upper-bound number of actors which can be created by calling NvBlastActorSplit with that actor.