NvBlastActorGetVisibleChunkCount

Defined in lowlevel/NvBlast.h

uint32_t NvBlastActorGetVisibleChunkCount(const NvBlastActor *actor, NvBlastLog logFn)

Get the number of visible chunks for this actor.

May be used in conjunction with NvBlastActorGetVisibleChunkIndices.

Parameters
  • actor[in] The actor.

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

Returns

the number of visible chunk indices for the actor.