您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
16 行
408 B
16 行
408 B
//
|
|
// This file was automatically generated. Please don't edit by hand.
|
|
//
|
|
|
|
#ifndef DIFFUSIONPROFILESETTINGS_CS_HLSL
|
|
#define DIFFUSIONPROFILESETTINGS_CS_HLSL
|
|
//
|
|
// UnityEngine.Experimental.Rendering.LightweightPipeline.DiffusionProfileConstants: static fields
|
|
//
|
|
#define DIFFUSION_PROFILE_COUNT (4)
|
|
#define DIFFUSION_PROFILE_NEUTRAL_ID (0)
|
|
#define SSS_N_SAMPLES (11)
|
|
#define SSS_DISTANCE_SCALE (3)
|
|
|
|
|
|
#endif
|