|
Blender V4.5
|
#include <globals.h>
Public Attributes | |
| int | type |
| packed_float3 | co |
| int | shader_id |
| int | object_id |
| float | max_bounces |
| float | strength [3] |
| int | use_caustics |
| int | pad |
| union { | |
| KernelSpotLight spot | |
| KernelAreaLight area | |
| KernelDistantLight distant | |
| }; | |
Definition at line 1596 of file device/hip/globals.h.
| union { ... } KernelParamsHIP::KernelLight |
| KernelAreaLight KernelParamsHIP::KernelLight::area |
Definition at line 1607 of file device/hip/globals.h.
| packed_float3 KernelParamsHIP::KernelLight::co |
Definition at line 1598 of file device/hip/globals.h.
| KernelDistantLight KernelParamsHIP::KernelLight::distant |
Definition at line 1608 of file device/hip/globals.h.
| float KernelParamsHIP::KernelLight::max_bounces |
Definition at line 1601 of file device/hip/globals.h.
| int KernelParamsHIP::KernelLight::object_id |
Definition at line 1600 of file device/hip/globals.h.
| int KernelParamsHIP::KernelLight::pad |
Definition at line 1604 of file device/hip/globals.h.
| int KernelParamsHIP::KernelLight::shader_id |
Definition at line 1599 of file device/hip/globals.h.
| KernelSpotLight KernelParamsHIP::KernelLight::spot |
Definition at line 1606 of file device/hip/globals.h.
| float KernelParamsHIP::KernelLight::strength[3] |
Definition at line 1602 of file device/hip/globals.h.
| int KernelParamsHIP::KernelLight::type |
Definition at line 1597 of file device/hip/globals.h.
| int KernelParamsHIP::KernelLight::use_caustics |
Definition at line 1603 of file device/hip/globals.h.