Blender
V3.3
|
#include <bvh.h>
Public Attributes | |
RaySelfPrimitives | self |
uint | local_object |
uint | lcg_state |
short | max_hits |
bool | has_lcg_state |
bool | result |
LocalIntersection | local_isect |
Definition at line 26 of file kernel/device/metal/bvh.h.
bool MetalRTIntersectionLocalPayload::has_lcg_state |
Definition at line 31 of file kernel/device/metal/bvh.h.
uint MetalRTIntersectionLocalPayload::lcg_state |
Definition at line 29 of file kernel/device/metal/bvh.h.
LocalIntersection MetalRTIntersectionLocalPayload::local_isect |
Definition at line 33 of file kernel/device/metal/bvh.h.
uint MetalRTIntersectionLocalPayload::local_object |
Definition at line 28 of file kernel/device/metal/bvh.h.
short MetalRTIntersectionLocalPayload::max_hits |
Definition at line 30 of file kernel/device/metal/bvh.h.
bool MetalRTIntersectionLocalPayload::result |
Definition at line 32 of file kernel/device/metal/bvh.h.
RaySelfPrimitives MetalRTIntersectionLocalPayload::self |
Definition at line 27 of file kernel/device/metal/bvh.h.