NVBLAST_DELETE

Defined in globals/NvBlastGlobals.h

NVBLAST_DELETE(obj, T)

Respective delete to NVBLAST_NEW The obj pointer may be NULL (to match the behavior of standard C++ delete) Example: NVBLAST_DELETE(foo, Foo);.