Blender
V3.3
|
#include "bvh/bvh.h"
#include "bvh/bvh2.h"
#include "bvh/embree.h"
#include "bvh/metal.h"
#include "bvh/multi.h"
#include "bvh/optix.h"
#include "util/log.h"
#include "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 20 of file bvh.cpp.
References BVH_LAYOUT_ALL, BVH_LAYOUT_BVH2, BVH_LAYOUT_EMBREE, BVH_LAYOUT_METAL, BVH_LAYOUT_MULTI_METAL, BVH_LAYOUT_MULTI_METAL_EMBREE, BVH_LAYOUT_MULTI_OPTIX, BVH_LAYOUT_MULTI_OPTIX_EMBREE, BVH_LAYOUT_NONE, BVH_LAYOUT_OPTIX, and LOG.
Referenced by GeometryManager::device_update_bvh().