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);.
Defined in globals/NvBlastGlobals.h
Respective delete to NVBLAST_NEW The obj pointer may be NULL (to match the behavior of standard C++ delete) Example: NVBLAST_DELETE(foo, Foo);.