29 #ifndef NVBLASTARRAY_H 30 #define NVBLASTARRAY_H 34 #include "PsInlineArray.h" 48 typedef physx::shdfnd::Array<T, Allocator>
type;
57 template <
class T, u
int32_t N>
60 typedef physx::shdfnd::InlineArray<T, N, Allocator>
type;
67 #endif // #ifndef NVBLASTARRAY_H Definition: NvBlastArray.h:46
physx::shdfnd::InlineArray< T, N, Allocator > type
Definition: NvBlastArray.h:60
Definition: NvBlastArray.h:58
physx::shdfnd::Array< T, Allocator > type
Definition: NvBlastArray.h:48
Definition: NvBlastArray.h:37