浏览代码
Merge pull request #932 from Unity-Technologies/HDRP_GraphicTests
Merge pull request #932 from Unity-Technologies/HDRP_GraphicTests
Add possibility to have comment in tests listed in TestRunner/main
GitHub
7 年前
当前提交
d73b4d26
共有 5 个文件被更改,包括 103 次插入 和 1 次删除
-
36Tests/Scripts/GraphicTests/Framework/TestFrameworkTools.cs
-
30Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/Scenes/AdditionalTestSceneInfos.asset
-
8Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/Scenes/AdditionalTestSceneInfos.asset.meta
-
19Tests/Scripts/GraphicTests/Framework/AdditionalTestSceneInfos.cs
-
11Tests/Scripts/GraphicTests/Framework/AdditionalTestSceneInfos.cs.meta
|
|||
%YAML 1.1 |
|||
%TAG !u! tag:unity3d.com,2011: |
|||
--- !u!114 &11400000 |
|||
MonoBehaviour: |
|||
m_ObjectHideFlags: 0 |
|||
m_PrefabParentObject: {fileID: 0} |
|||
m_PrefabInternal: {fileID: 0} |
|||
m_GameObject: {fileID: 0} |
|||
m_Enabled: 1 |
|||
m_EditorHideFlags: 0 |
|||
m_Script: {fileID: 11500000, guid: 6918f3da28fdc4e47b6f4f6e669f1831, type: 3} |
|||
m_Name: AdditionalTestSceneInfos |
|||
m_EditorClassIdentifier: |
|||
additionalInfos: |
|||
- name: 1102 |
|||
comment: Waiting for negative values in BC6H. |
|||
- name: 1103 |
|||
comment: Waiting for negative values in BC6H. |
|||
- name: 1206 |
|||
comment: Waiting for negative values in BC6H. |
|||
- name: 1302 |
|||
comment: Open the scene and apply the correct pipeline. |
|||
- name: 1303 |
|||
comment: Open the scene and apply the correct pipeline. |
|||
- name: 2203 |
|||
comment: Scene not finished for the moment. |
|||
- name: 2301 |
|||
comment: Shadow must be fixed. |
|||
- name: 2004 |
|||
comment: No animated cookie on point light. |
|
|||
fileFormatVersion: 2 |
|||
guid: be06383040e673b4887e323b8addbd15 |
|||
NativeFormatImporter: |
|||
externalObjects: {} |
|||
mainObjectFileID: 11400000 |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
|
|||
using System.Collections; |
|||
using System.Collections.Generic; |
|||
using UnityEngine; |
|||
|
|||
namespace UnityEngine.Experimental.Rendering |
|||
{ |
|||
[CreateAssetMenu(fileName = "AdditionalTestSceneInfos", menuName = "Render Pipeline/Tests/AdditionalTestSceneInfos", order = 20)] |
|||
public class AdditionalTestSceneInfos : ScriptableObject |
|||
{ |
|||
public AdditionalTestSceneInfo[] additionalInfos; |
|||
|
|||
[System.Serializable] |
|||
public struct AdditionalTestSceneInfo |
|||
{ |
|||
public string name; |
|||
public string comment; |
|||
} |
|||
} |
|||
} |
|
|||
fileFormatVersion: 2 |
|||
guid: 6918f3da28fdc4e47b6f4f6e669f1831 |
|||
MonoImporter: |
|||
externalObjects: {} |
|||
serializedVersion: 2 |
|||
defaultReferences: [] |
|||
executionOrder: 0 |
|||
icon: {instanceID: 0} |
|||
userData: |
|||
assetBundleName: |
|||
assetBundleVariant: |
撰写
预览
正在加载...
取消
保存
Reference in new issue