|
Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
|
#include "../foray_basics.hpp"Go to the source code of this file.
Namespaces | |
| namespace | foray |
| namespace | foray::util |
Functions | |
| template<typename T > | |
| void | foray::util::AccumulateHash (size_t &hash, const T &v) |
| void | foray::util::AccumulateRaw (size_t &hash, const void *data, size_t size) |
| Calculates a hash value for any block of memory. | |