OWL
OptiX7 Wrapper Library
|
#include <owl/common/math/vec.h>
#include <owl/common/math/box.h>
#include <owl/common/math/AffineSpace.h>
#include <string.h>
#include <set>
#include <map>
#include <vector>
#include <stack>
#include <typeinfo>
#include <mutex>
#include <atomic>
#include <sstream>
Go to the source code of this file.
Namespaces | |
owl | |
Macros | |
#define | IGNORING_THIS() std::cout << OWL_TERMINAL_YELLOW << "## ignoring " << __PRETTY_FUNCTION__ << OWL_TERMINAL_DEFAULT << std::endl; |
Functions | |
template<size_t alignment> | |
size_t | owl::smallestMultipleOf (size_t unalignedSize) |
void * | owl::addPointerOffset (void *ptr, size_t offset) |
#define IGNORING_THIS | ( | ) | std::cout << OWL_TERMINAL_YELLOW << "## ignoring " << __PRETTY_FUNCTION__ << OWL_TERMINAL_DEFAULT << std::endl; |