|
Blender V5.0
|
#include <bvh.h>
Inherits RTCRayQueryContext.
Public Attributes | |
| KernelGlobals | kg |
| const Ray * | ray |
| numhit_t | max_hits |
| int | local_object_id |
| LocalIntersection * | local_isect |
| uint * | lcg_state |
| bool | is_sss |
Definition at line 80 of file kernel/device/cpu/bvh.h.
| bool CCLLocalContext::is_sss |
Definition at line 87 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_local_func_impl().
| KernelGlobals CCLLocalContext::kg |
Definition at line 81 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_local_func_impl().
| uint* CCLLocalContext::lcg_state |
Definition at line 86 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_local_func_impl().
| LocalIntersection* CCLLocalContext::local_isect |
Definition at line 85 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_local_func_impl().
| int CCLLocalContext::local_object_id |
Definition at line 84 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_local_func_impl().
| numhit_t CCLLocalContext::max_hits |
Definition at line 83 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_local_func_impl().
| const Ray* CCLLocalContext::ray |
Definition at line 82 of file kernel/device/cpu/bvh.h.
Referenced by kernel_embree_filter_occluded_local_func_impl().