|
Blender V5.0
|
#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 33 of file kernel/device/metal/bvh.h.
| uint MetalRTIntersectionLocalPayload::has_lcg_state |
Definition at line 45 of file kernel/device/metal/bvh.h.
| uint MetalRTIntersectionLocalPayload::hit_prim[LOCAL_MAX_HITS] |
Definition at line 39 of file kernel/device/metal/bvh.h.
| float MetalRTIntersectionLocalPayload::hit_t[LOCAL_MAX_HITS] |
Definition at line 40 of file kernel/device/metal/bvh.h.
| float MetalRTIntersectionLocalPayload::hit_u[LOCAL_MAX_HITS] |
Definition at line 41 of file kernel/device/metal/bvh.h.
| float MetalRTIntersectionLocalPayload::hit_v[LOCAL_MAX_HITS] |
Definition at line 42 of file kernel/device/metal/bvh.h.
| uint MetalRTIntersectionLocalPayload::lcg_state |
Definition at line 38 of file kernel/device/metal/bvh.h.
| uint MetalRTIntersectionLocalPayload::max_hits |
Definition at line 43 of file kernel/device/metal/bvh.h.
| uint MetalRTIntersectionLocalPayload::num_hits |
Definition at line 44 of file kernel/device/metal/bvh.h.
| int MetalRTIntersectionLocalPayload::self_prim |
Definition at line 34 of file kernel/device/metal/bvh.h.