|
Blender V4.5
|
#include <globals.h>
Public Attributes | |
| float3 | P |
| float3 | D |
| float | tmin |
| float | tmax |
| float | time |
| float | dP |
| float | dD |
| RaySelfPrimitives | self |
Definition at line 716 of file device/hip/globals.h.
| float3 KernelParamsHIP::Ray::D |
Definition at line 718 of file device/hip/globals.h.
| float KernelParamsHIP::Ray::dD |
Definition at line 725 of file device/hip/globals.h.
| float KernelParamsHIP::Ray::dP |
Definition at line 724 of file device/hip/globals.h.
| float3 KernelParamsHIP::Ray::P |
Definition at line 717 of file device/hip/globals.h.
| RaySelfPrimitives KernelParamsHIP::Ray::self |
Definition at line 728 of file device/hip/globals.h.
| float KernelParamsHIP::Ray::time |
Definition at line 721 of file device/hip/globals.h.
| float KernelParamsHIP::Ray::tmax |
Definition at line 720 of file device/hip/globals.h.
| float KernelParamsHIP::Ray::tmin |
Definition at line 719 of file device/hip/globals.h.