File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
TestProjects/HDRPUTS_GraphicsTest-2020.2/Assets/Tests/HDRPUTS_GraphicsTests Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 44test_projects :
55 - name : HDRPUTS_GraphicsTest-2020.2
66unity_versions :
7- # - name: 2020.3
7+ - name : 2020.3
88 - name : 2021.1
99---
1010{% for test_project in test_projects %}
Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ public IEnumerator Run(GraphicsTestCase testCase)
7979
8080 // 2D Renderer is currently allocating memory, skip it as it will always fail GC alloc tests.
8181 //var additionalCameraData = mainCamera.GetHDRPAdditionalCameraData();
82+ #if UNITY_EDITOR_OSX
83+ #else
8284 bool is2DRenderer = false ; // additionalCameraData.scriptableRenderer is Renderer2D;
8385
8486 if ( ! is2DRenderer )
@@ -94,6 +96,7 @@ public IEnumerator Run(GraphicsTestCase testCase)
9496 if ( allocatesMemory )
9597 Assert . Fail ( "Allocated memory when rendering what is on main camera" ) ;
9698 }
99+ #endif
97100 }
98101
99102 public static Texture2D LoadPNG ( string filePath )
You can’t perform that action at this time.
0 commit comments