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

#include <kernel_types.h>

Public Attributes

PathState state [BSSRDF_MAX_HITS]
 
int num_rays
 
struct Ray rays [BSSRDF_MAX_HITS]
 
float3 throughputs [BSSRDF_MAX_HITS]
 
struct PathRadianceState L_state [BSSRDF_MAX_HITS]
 

Detailed Description

Definition at line 1095 of file kernel_types.h.

Member Data Documentation

◆ L_state

struct PathRadianceState SubsurfaceIndirectRays::L_state[BSSRDF_MAX_HITS]

Definition at line 1101 of file kernel_types.h.

◆ num_rays

int SubsurfaceIndirectRays::num_rays

Definition at line 1098 of file kernel_types.h.

Referenced by kernel_path_integrate().

◆ rays

struct Ray SubsurfaceIndirectRays::rays[BSSRDF_MAX_HITS]

Definition at line 1098 of file kernel_types.h.

◆ state

PathState SubsurfaceIndirectRays::state[BSSRDF_MAX_HITS]

Definition at line 1096 of file kernel_types.h.

◆ throughputs

float3 SubsurfaceIndirectRays::throughputs[BSSRDF_MAX_HITS]

Definition at line 1101 of file kernel_types.h.


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