Skip to content

Commit 4d51031

Browse files
kennytannEvergreen
authored andcommitted
[CI] Fix PR URP 2D jobs for 2022.3
1 parent 81a3992 commit 4d51031

File tree

3 files changed

+86
-1
lines changed

3 files changed

+86
-1
lines changed

Packages/com.unity.render-pipelines.universal/Editor/2D/ShaderGraph/Includes/SpriteNormalPass.hlsl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include "Packages/com.unity.render-pipelines.universal/Shaders/2D/Include/Core2D.hlsl"
2+
13
PackedVaryings vert(Attributes input)
24
{
35
Varyings output = (Varyings)0;

Tests/SRPTests/Projects/UniversalGraphicsTest_2D/Assets/Scenes/010_2D_Sprite_Mask_Normals_SortingLayer.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ MonoBehaviour:
246246
PerPixelGammaThreshold: 0.003921569
247247
PerPixelAlphaThreshold: 0.003921569
248248
RMSEThreshold: 0
249-
AverageCorrectnessThreshold: 0.00065
249+
AverageCorrectnessThreshold: 0.0007
250250
IncorrectPixelsThreshold: 0.0000038146973
251251
UseHDR: 0
252252
UseBackBuffer: 0

Tests/SRPTests/Projects/UniversalGraphicsTest_2D/Assets/Test/TestFilters/TestCaseFilters.asset

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ MonoBehaviour:
1919
ColorSpace: -1
2020
BuildPlatform: -2
2121
GraphicsDevice: 17
22+
Architecture: 0
2223
XrSdk: None
2324
StereoModes: 0
2425
Reason: Needs fixing in OpenGL
@@ -28,6 +29,7 @@ MonoBehaviour:
2829
ColorSpace: -1
2930
BuildPlatform: -2
3031
GraphicsDevice: 17
32+
Architecture: 0
3133
XrSdk: None
3234
StereoModes: 0
3335
Reason: Needs fixing in OpenGL
@@ -37,6 +39,87 @@ MonoBehaviour:
3739
ColorSpace: -1
3840
BuildPlatform: 13
3941
GraphicsDevice: 11
42+
Architecture: 0
4043
XrSdk: None
4144
StereoModes: 0
4245
Reason: Post Process needs fixing
46+
- FilteredScene: {fileID: 0}
47+
FilteredScenes:
48+
- {fileID: 102900000, guid: 872553bc79db0924cb5950ce38bb55fe, type: 3}
49+
ColorSpace: -1
50+
BuildPlatform: 19
51+
GraphicsDevice: 21
52+
Architecture: 0
53+
XrSdk:
54+
StereoModes: 0
55+
Reason: Shadow vulkan issue
56+
- FilteredScene: {fileID: 0}
57+
FilteredScenes:
58+
- {fileID: 102900000, guid: e06c2b4e832508b4c81cf82a2e48355e, type: 3}
59+
ColorSpace: -1
60+
BuildPlatform: 19
61+
GraphicsDevice: 21
62+
Architecture: 0
63+
XrSdk:
64+
StereoModes: 0
65+
Reason: Shadow vulkan issue
66+
- FilteredScene: {fileID: 0}
67+
FilteredScenes:
68+
- {fileID: 102900000, guid: 966062afce8978f48b90fbe2210979b6, type: 3}
69+
ColorSpace: -1
70+
BuildPlatform: 19
71+
GraphicsDevice: 21
72+
Architecture: 0
73+
XrSdk:
74+
StereoModes: 0
75+
Reason: Shadow vulkan issue
76+
- FilteredScene: {fileID: 0}
77+
FilteredScenes:
78+
- {fileID: 102900000, guid: 4f7a50da47cfeca46b45fe14be17081d, type: 3}
79+
ColorSpace: -1
80+
BuildPlatform: 19
81+
GraphicsDevice: 21
82+
Architecture: 0
83+
XrSdk:
84+
StereoModes: 0
85+
Reason: Shadow vulkan issue
86+
- FilteredScene: {fileID: 0}
87+
FilteredScenes:
88+
- {fileID: 102900000, guid: 872553bc79db0924cb5950ce38bb55fe, type: 3}
89+
ColorSpace: -1
90+
BuildPlatform: 13
91+
GraphicsDevice: 21
92+
Architecture: 0
93+
XrSdk:
94+
StereoModes: 0
95+
Reason: Shadow vulkan issue
96+
- FilteredScene: {fileID: 0}
97+
FilteredScenes:
98+
- {fileID: 102900000, guid: e06c2b4e832508b4c81cf82a2e48355e, type: 3}
99+
ColorSpace: -1
100+
BuildPlatform: 13
101+
GraphicsDevice: 21
102+
Architecture: 0
103+
XrSdk:
104+
StereoModes: 0
105+
Reason: Shadow vulkan issue
106+
- FilteredScene: {fileID: 0}
107+
FilteredScenes:
108+
- {fileID: 102900000, guid: 966062afce8978f48b90fbe2210979b6, type: 3}
109+
ColorSpace: -1
110+
BuildPlatform: 13
111+
GraphicsDevice: 21
112+
Architecture: 0
113+
XrSdk:
114+
StereoModes: 0
115+
Reason: Shadow vulkan issue
116+
- FilteredScene: {fileID: 0}
117+
FilteredScenes:
118+
- {fileID: 102900000, guid: 4f7a50da47cfeca46b45fe14be17081d, type: 3}
119+
ColorSpace: -1
120+
BuildPlatform: 13
121+
GraphicsDevice: 21
122+
Architecture: 0
123+
XrSdk:
124+
StereoModes: 0
125+
Reason: Shadow vulkan issue

0 commit comments

Comments
 (0)