SimpleFastOpenAtomicVisualiser
Loading...
Searching...
No Matches
constants.h
Go to the documentation of this file.
1#ifndef CONSTANTS_H
2#define CONSTANTS_H
3
4#include <limits>
5#include <cstdint>
6
11constexpr uint64_t NULL_INDEX = std::numeric_limits<uint64_t>::max();
12
13#endif /* CONSTANTS_H */
glm::vec< L, float, glm::qualifier::highp > vec
Definition commandLine.h:214
constexpr uint64_t NULL_INDEX
An index reserved for a NULL value.
Definition constants.h:11