Blender V4.3
bsdf_sheen.h File Reference

Go to the source code of this file.

Classes

struct  SheenBsdf

Typedefs

typedef CCL_NAMESPACE_BEGIN struct SheenBsdf SheenBsdf

Functions

ccl_device int bsdf_sheen_setup (KernelGlobals kg, ccl_private const ShaderData *sd, ccl_private SheenBsdf *bsdf)
ccl_device Spectrum bsdf_sheen_eval (ccl_private const ShaderClosure *sc, const float3 wi, const float3 wo, ccl_private float *pdf)
ccl_device int bsdf_sheen_sample (ccl_private const ShaderClosure *sc, float3 Ng, float3 wi, float2 rand, ccl_private Spectrum *eval, ccl_private float3 *wo, ccl_private float *pdf)

Typedef Documentation

◆ SheenBsdf

typedef CCL_NAMESPACE_BEGIN struct SheenBsdf SheenBsdf

Function Documentation

◆ bsdf_sheen_eval()

ccl_device Spectrum bsdf_sheen_eval ( ccl_private const ShaderClosure * sc,
const float3 wi,
const float3 wo,
ccl_private float * pdf )

◆ bsdf_sheen_sample()

◆ bsdf_sheen_setup()