您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

24 行
657 B

//
// This file was automatically generated. Please don't edit by hand.
//
#ifndef SCREENSPACELIGHTING_CS_HLSL
#define SCREENSPACELIGHTING_CS_HLSL
//
// UnityEngine.Experimental.Rendering.HDPipeline.ScreenSpaceLighting+ProjectionModel: static fields
//
#define PROJECTIONMODEL_NONE (0)
#define PROJECTIONMODEL_PROXY (1)
#define PROJECTIONMODEL_HI_Z (2)
#define PROJECTIONMODEL_LINEAR (3)
#define PROJECTIONMODEL_COUNT (4)
//
// UnityEngine.Experimental.Rendering.HDPipeline.ScreenSpaceLighting+HiZIntersectionKind: static fields
//
#define HIZINTERSECTIONKIND_NONE (0)
#define HIZINTERSECTIONKIND_CELL (1)
#define HIZINTERSECTIONKIND_DEPTH (2)
#endif