Blender V5.0
KernelGlobalsCPU::Ray Struct Reference

#include <globals.h>

Public Attributes

float3 P
float3 D
float tmin
float tmax
float time
float dP
float dD
RaySelfPrimitives self

Detailed Description

Definition at line 732 of file device/cpu/globals.h.

Member Data Documentation

◆ D

float3 KernelGlobalsCPU::Ray::D

Definition at line 734 of file device/cpu/globals.h.

◆ dD

float KernelGlobalsCPU::Ray::dD

Definition at line 741 of file device/cpu/globals.h.

◆ dP

float KernelGlobalsCPU::Ray::dP

Definition at line 740 of file device/cpu/globals.h.

◆ P

float3 KernelGlobalsCPU::Ray::P

Definition at line 733 of file device/cpu/globals.h.

◆ self

RaySelfPrimitives KernelGlobalsCPU::Ray::self

Definition at line 744 of file device/cpu/globals.h.

◆ time

float KernelGlobalsCPU::Ray::time

Definition at line 737 of file device/cpu/globals.h.

◆ tmax

float KernelGlobalsCPU::Ray::tmax

Definition at line 736 of file device/cpu/globals.h.

◆ tmin

float KernelGlobalsCPU::Ray::tmin

Definition at line 735 of file device/cpu/globals.h.


The documentation for this struct was generated from the following file: