Blender  V2.93
Public Attributes | List of all members
GPUSssKernelData Struct Reference

Public Attributes

float kernel [SSS_SAMPLES][4]
 
float param [3]
 
float max_radius
 
int samples
 
int pad [3]
 

Detailed Description

Definition at line 249 of file gpu_material.c.

Member Data Documentation

◆ kernel

float GPUSssKernelData::kernel[SSS_SAMPLES][4]

Definition at line 250 of file gpu_material.c.

Referenced by compute_sss_kernel().

◆ max_radius

float GPUSssKernelData::max_radius

Definition at line 251 of file gpu_material.c.

Referenced by compute_sss_kernel(), and compute_sss_translucence_kernel().

◆ pad

int GPUSssKernelData::pad[3]

Definition at line 253 of file gpu_material.c.

◆ param

float GPUSssKernelData::param[3]

Definition at line 251 of file gpu_material.c.

Referenced by compute_sss_kernel(), and compute_sss_translucence_kernel().

◆ samples

int GPUSssKernelData::samples

Definition at line 252 of file gpu_material.c.

Referenced by compute_sss_kernel().


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