|
Blender V5.0
|
#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 1614 of file device/hiprt/globals.h.
| union { ... } KernelParamsHIPRT::KernelLight |
| KernelAreaLight KernelParamsHIPRT::KernelLight::area |
Definition at line 1625 of file device/hiprt/globals.h.
| packed_float3 KernelParamsHIPRT::KernelLight::co |
Definition at line 1616 of file device/hiprt/globals.h.
| KernelDistantLight KernelParamsHIPRT::KernelLight::distant |
Definition at line 1626 of file device/hiprt/globals.h.
| float KernelParamsHIPRT::KernelLight::max_bounces |
Definition at line 1619 of file device/hiprt/globals.h.
| int KernelParamsHIPRT::KernelLight::object_id |
Definition at line 1618 of file device/hiprt/globals.h.
| int KernelParamsHIPRT::KernelLight::pad |
Definition at line 1622 of file device/hiprt/globals.h.
| int KernelParamsHIPRT::KernelLight::shader_id |
Definition at line 1617 of file device/hiprt/globals.h.
| KernelSpotLight KernelParamsHIPRT::KernelLight::spot |
Definition at line 1624 of file device/hiprt/globals.h.
| float KernelParamsHIPRT::KernelLight::strength[3] |
Definition at line 1620 of file device/hiprt/globals.h.
| int KernelParamsHIPRT::KernelLight::type |
Definition at line 1615 of file device/hiprt/globals.h.
| int KernelParamsHIPRT::KernelLight::use_caustics |
Definition at line 1621 of file device/hiprt/globals.h.