|
OWL
OptiX7 Wrapper Library
|
Go to the source code of this file.
Namespaces | |
| owl | |
| owl::common | |
Functions | |
| template<typename INDEX_T , typename TASK_T > | |
| void | owl::common::serial_for (INDEX_T nTasks, TASK_T &&taskFunction) |
| template<typename INDEX_T , typename TASK_T > | |
| void | owl::common::parallel_for (INDEX_T nTasks, TASK_T &&taskFunction, size_t blockSize=1) |
| template<typename TASK_T > | |
| void | owl::common::serial_for_blocked (size_t begin, size_t end, size_t blockSize, TASK_T &&taskFunction) |
| template<typename TASK_T > | |
| void | owl::common::parallel_for_blocked (size_t begin, size_t end, size_t blockSize, const TASK_T &taskFunction) |