浏览代码

Type error fix in the debug light volume shader

/main
Anis Benyoub 6 年前
当前提交
ee3cb531
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.render-pipelines.high-definition/HDRP/Debug/DebugLightVolume.shader

2
com.unity.render-pipelines.high-definition/HDRP/Debug/DebugLightVolume.shader


struct AttributesDefault
{
Vector3 positionOS : POSITION;
float3 positionOS : POSITION;
};
struct VaryingsDefault

正在加载...
取消
保存