|
Blender
V2.93
|
Public Attributes | |
| float | kernel [SSS_SAMPLES][4] |
| float | param [3] |
| float | max_radius |
| int | samples |
| int | pad [3] |
Definition at line 249 of file gpu_material.c.
| float GPUSssKernelData::kernel[SSS_SAMPLES][4] |
Definition at line 250 of file gpu_material.c.
Referenced by compute_sss_kernel().
| float GPUSssKernelData::max_radius |
Definition at line 251 of file gpu_material.c.
Referenced by compute_sss_kernel(), and compute_sss_translucence_kernel().
| int GPUSssKernelData::pad[3] |
Definition at line 253 of file gpu_material.c.
| float GPUSssKernelData::param[3] |
Definition at line 251 of file gpu_material.c.
Referenced by compute_sss_kernel(), and compute_sss_translucence_kernel().
| int GPUSssKernelData::samples |
Definition at line 252 of file gpu_material.c.
Referenced by compute_sss_kernel().