|
Blender V5.0
|
#include <globals.h>
Public Attributes | |
| float3 | P |
| float3 | D |
| float | tmin |
| float | tmax |
| float | time |
| float | dP |
| float | dD |
| RaySelfPrimitives | self |
Definition at line 732 of file device/hiprt/globals.h.
| float3 KernelParamsHIPRT::Ray::D |
Definition at line 734 of file device/hiprt/globals.h.
| float KernelParamsHIPRT::Ray::dD |
Definition at line 741 of file device/hiprt/globals.h.
| float KernelParamsHIPRT::Ray::dP |
Definition at line 740 of file device/hiprt/globals.h.
| float3 KernelParamsHIPRT::Ray::P |
Definition at line 733 of file device/hiprt/globals.h.
| RaySelfPrimitives KernelParamsHIPRT::Ray::self |
Definition at line 744 of file device/hiprt/globals.h.
| float KernelParamsHIPRT::Ray::time |
Definition at line 737 of file device/hiprt/globals.h.
| float KernelParamsHIPRT::Ray::tmax |
Definition at line 736 of file device/hiprt/globals.h.
| float KernelParamsHIPRT::Ray::tmin |
Definition at line 735 of file device/hiprt/globals.h.