浏览代码

Fix reflection probe layout in test 2401

Try to accelerate tests by greatly reducing the number of wait frames. Seems stable.
/main
Remy 7 年前
当前提交
fe34a794
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 4
      Tests/Scripts/GraphicTests/Framework/TestFrameworkTools.cs

4
Tests/Scripts/GraphicTests/Framework/TestFrameworkTools.cs


public static Dictionary<string, string> renderPipelineAssets = new Dictionary<string, string>()
{
{ "HDRP", "HDRenderPipeline/CommonAssets/HDRP_GraphicTests_Asset.asset" },
{ "HDRP", "HDRenderPipeline/CommonAssets/RP_Assets/HDRP_Test_Def.asset" },
{ "LWRP", "LightweightPipeline/LightweightPipelineAsset.asset" }
};

relativePath = splitPaths.Last(),
templatePath = splitPaths.Last(),
threshold = 0.02f,
frameWait = 100
frameWait = 5
};
if (fixtureParam)

部分文件因为文件数量过多而无法显示

正在加载...
取消
保存