|
Blender V4.3
|
#include <bvh.h>
Public Attributes | |
| int | self_prim |
| uint | lcg_state |
| uint | hit_prim [LOCAL_MAX_HITS] |
| float | hit_t [LOCAL_MAX_HITS] |
| float | hit_u [LOCAL_MAX_HITS] |
| float | hit_v [LOCAL_MAX_HITS] |
| uint | max_hits: 3 |
| uint | num_hits: 3 |
| uint | has_lcg_state: 1 |
Definition at line 29 of file kernel/device/metal/bvh.h.
| uint MetalRTIntersectionLocalPayload::has_lcg_state |
Definition at line 38 of file kernel/device/metal/bvh.h.
| uint MetalRTIntersectionLocalPayload::hit_prim[LOCAL_MAX_HITS] |
Definition at line 32 of file kernel/device/metal/bvh.h.
| float MetalRTIntersectionLocalPayload::hit_t[LOCAL_MAX_HITS] |
Definition at line 33 of file kernel/device/metal/bvh.h.
| float MetalRTIntersectionLocalPayload::hit_u[LOCAL_MAX_HITS] |
Definition at line 34 of file kernel/device/metal/bvh.h.
| float MetalRTIntersectionLocalPayload::hit_v[LOCAL_MAX_HITS] |
Definition at line 35 of file kernel/device/metal/bvh.h.
| uint MetalRTIntersectionLocalPayload::lcg_state |
Definition at line 31 of file kernel/device/metal/bvh.h.
| uint MetalRTIntersectionLocalPayload::max_hits |
Definition at line 36 of file kernel/device/metal/bvh.h.
| uint MetalRTIntersectionLocalPayload::num_hits |
Definition at line 37 of file kernel/device/metal/bvh.h.
| int MetalRTIntersectionLocalPayload::self_prim |
Definition at line 30 of file kernel/device/metal/bvh.h.