浏览代码

HDRenderPipeline: Renaming missing file

/main
Sebastien Lagarde 8 年前
当前提交
2c3c1e87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Assets/ScriptableRenderLoop/HDRenderPipeline/Material/Lit/LitTessellation.hlsl

2
Assets/ScriptableRenderLoop/HDRenderPipeline/Material/Lit/LitTessellation.hlsl


float _DisplacementfalloffFar;
*/
float4 TesselationEdge(float3 p0, float3 p1, float3 p2, float3 n0, float3 n1, float3 n2)
float4 TessellationEdge(float3 p0, float3 p1, float3 p2, float3 n0, float3 n1, float3 n2)
{
if (_TessellationFactorFixed >= 0.0f)
{

正在加载...
取消
保存