|
Blender
V2.93
|
#include <kernel_types.h>
Public Attributes | |
| float | totarea |
| int | prim |
| union { | |
| struct { | |
| int shader_flag | |
| int object_id | |
| } mesh_light | |
| struct { | |
| float pad | |
| float size | |
| } lamp | |
| }; | |
Definition at line 1531 of file kernel_types.h.
| union { ... } |
| struct { ... } KernelLightDistribution::lamp |
Referenced by LightManager::device_update_distribution().
| struct { ... } KernelLightDistribution::mesh_light |
Referenced by LightManager::device_update_distribution().
| int KernelLightDistribution::object_id |
Definition at line 1537 of file kernel_types.h.
| float KernelLightDistribution::pad |
Definition at line 1540 of file kernel_types.h.
| int KernelLightDistribution::prim |
Definition at line 1533 of file kernel_types.h.
Referenced by LightManager::device_update_distribution().
| int KernelLightDistribution::shader_flag |
Definition at line 1536 of file kernel_types.h.
| float KernelLightDistribution::size |
Definition at line 1541 of file kernel_types.h.
| float KernelLightDistribution::totarea |
Definition at line 1532 of file kernel_types.h.
Referenced by LightManager::device_update_distribution().