sdk/common/NvBlastIndexFns.h File Reference

#include "NvBlastTypes.h"
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  Nv
namespace  Nv::Blast

Functions

template<typename T >
void Nv::Blast::createIndexStartLookup (T *lookup, T indexBase, T indexRange, T *indexSource, T indexCount, T indexByteStride)
template<typename T >
NV_INLINE T Nv::Blast::invalidIndex ()
template<typename T >
void Nv::Blast::invertMap (T *inverseMap, const T *map, const T size)
template<typename T >
NV_INLINE bool Nv::Blast::isInvalidIndex (T index)