浏览代码

Remove includes that shouldn't be there

/shader-library-include-paths
Peter Bay Bastian 7 年前
当前提交
c6cf3d9f
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 4
      ScriptableRenderPipeline/HDRenderPipeline/Lighting/TilePass/Shadow.hlsl

4
ScriptableRenderPipeline/HDRenderPipeline/Lighting/TilePass/Shadow.hlsl


{
return GetDirectionalShadowAttenuation( shadowContext, positionWS, normalWS, shadowDataIndex, L );
}
#else
#include "ShaderLibrary/Shadow/DirectionalShadowAttenuation.hlsl"
#endif

{
return GetPunctualShadowAttenuation( shadowContext, positionWS, normalWS, shadowDataIndex, L );
}
#else
#include "ShaderLibrary/Shadow/PunctualShadowAttenuation.hlsl"
#endif
// cleanup the defines

正在加载...
取消
保存