NvBlastActorGetGraphNodeCount

Defined in lowlevel/NvBlast.h

uint32_t NvBlastActorGetGraphNodeCount(const NvBlastActor *actor, NvBlastLog logFn)

Get the number of graph nodes for this actor.

May be used in conjunction with NvBlastActorGetGraphNodeIndices.

Parameters
  • actor[in] The actor.

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

Returns

the number of graph node indices for the actor.