|
Blender
V2.93
|
#include "bvh/bvh.h"#include "bvh/bvh2.h"#include "bvh/bvh_embree.h"#include "bvh/bvh_multi.h"#include "bvh/bvh_optix.h"#include "util/util_logging.h"#include "util/util_progress.h"Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN const char * | bvh_layout_name (BVHLayout layout) |
| CCL_NAMESPACE_BEGIN const char* bvh_layout_name | ( | BVHLayout | layout | ) |
Definition at line 32 of file bvh.cpp.
References BVH_LAYOUT_ALL, BVH_LAYOUT_BVH2, BVH_LAYOUT_EMBREE, BVH_LAYOUT_MULTI_OPTIX, BVH_LAYOUT_MULTI_OPTIX_EMBREE, BVH_LAYOUT_NONE, BVH_LAYOUT_OPTIX, and LOG.
Referenced by GeometryManager::device_update_bvh(), and operator<<().