Skip to content

Commit 36123c3

Browse files
alelievrEvergreen
authored andcommitted
1 parent 1f86495 commit 36123c3

File tree

3 files changed

+466
-1
lines changed

3 files changed

+466
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,377 @@
1+
{
2+
"m_SGVersion": 3,
3+
"m_Type": "UnityEditor.ShaderGraph.GraphData",
4+
"m_ObjectId": "96110b76ffe84d2cb7eb17ba99ad2fd7",
5+
"m_Properties": [],
6+
"m_Keywords": [],
7+
"m_Dropdowns": [],
8+
"m_CategoryData": [
9+
{
10+
"m_Id": "38dcc741398442d6b94afcb5fdb66766"
11+
}
12+
],
13+
"m_Nodes": [
14+
{
15+
"m_Id": "bc3f1b16fd264a509456bf48e04b9aa6"
16+
},
17+
{
18+
"m_Id": "676b49446f2f46efaebf16af8cee3a3e"
19+
},
20+
{
21+
"m_Id": "89fdc4a3afd4434e8c91055d956ac9b1"
22+
}
23+
],
24+
"m_GroupDatas": [],
25+
"m_StickyNoteDatas": [],
26+
"m_Edges": [
27+
{
28+
"m_OutputSlot": {
29+
"m_Node": {
30+
"m_Id": "89fdc4a3afd4434e8c91055d956ac9b1"
31+
},
32+
"m_SlotId": 2
33+
},
34+
"m_InputSlot": {
35+
"m_Node": {
36+
"m_Id": "bc3f1b16fd264a509456bf48e04b9aa6"
37+
},
38+
"m_SlotId": 0
39+
}
40+
}
41+
],
42+
"m_VertexContext": {
43+
"m_Position": {
44+
"x": 0.0,
45+
"y": 0.0
46+
},
47+
"m_Blocks": []
48+
},
49+
"m_FragmentContext": {
50+
"m_Position": {
51+
"x": 0.0,
52+
"y": 200.0
53+
},
54+
"m_Blocks": [
55+
{
56+
"m_Id": "bc3f1b16fd264a509456bf48e04b9aa6"
57+
},
58+
{
59+
"m_Id": "676b49446f2f46efaebf16af8cee3a3e"
60+
}
61+
]
62+
},
63+
"m_PreviewData": {
64+
"serializedMesh": {
65+
"m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}",
66+
"m_Guid": ""
67+
},
68+
"preventRotation": false
69+
},
70+
"m_Path": "Hidden/HDRP",
71+
"m_GraphPrecision": 1,
72+
"m_PreviewMode": 2,
73+
"m_OutputNode": {
74+
"m_Id": ""
75+
},
76+
"m_SubDatas": [],
77+
"m_ActiveTargets": [
78+
{
79+
"m_Id": "85cbe4f16c8f42a29ee6045b172247ae"
80+
}
81+
]
82+
}
83+
84+
{
85+
"m_SGVersion": 0,
86+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
87+
"m_ObjectId": "0ccae4cf52854acda50df49b7a2de4fd",
88+
"m_Id": 1,
89+
"m_DisplayName": "Lod",
90+
"m_SlotType": 0,
91+
"m_Hidden": false,
92+
"m_ShaderOutputName": "Lod",
93+
"m_StageCapability": 2,
94+
"m_Value": 0.0,
95+
"m_DefaultValue": 0.0,
96+
"m_Labels": []
97+
}
98+
99+
{
100+
"m_SGVersion": 0,
101+
"m_Type": "UnityEditor.ShaderGraph.CategoryData",
102+
"m_ObjectId": "38dcc741398442d6b94afcb5fdb66766",
103+
"m_Name": "",
104+
"m_ChildObjectList": []
105+
}
106+
107+
{
108+
"m_SGVersion": 0,
109+
"m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot",
110+
"m_ObjectId": "407d4602997049f0a44b727ba5e999dc",
111+
"m_Id": 0,
112+
"m_DisplayName": "Base Color",
113+
"m_SlotType": 0,
114+
"m_Hidden": false,
115+
"m_ShaderOutputName": "BaseColor",
116+
"m_StageCapability": 2,
117+
"m_Value": {
118+
"x": 0.5,
119+
"y": 0.5,
120+
"z": 0.5
121+
},
122+
"m_DefaultValue": {
123+
"x": 0.0,
124+
"y": 0.0,
125+
"z": 0.0
126+
},
127+
"m_Labels": [],
128+
"m_ColorMode": 0,
129+
"m_DefaultColor": {
130+
"r": 0.5,
131+
"g": 0.5,
132+
"b": 0.5,
133+
"a": 1.0
134+
}
135+
}
136+
137+
{
138+
"m_SGVersion": 0,
139+
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
140+
"m_ObjectId": "499322b7a1524b59903589297fd0c085",
141+
"m_Id": 0,
142+
"m_DisplayName": "Alpha",
143+
"m_SlotType": 0,
144+
"m_Hidden": false,
145+
"m_ShaderOutputName": "Alpha",
146+
"m_StageCapability": 2,
147+
"m_Value": 1.0,
148+
"m_DefaultValue": 1.0,
149+
"m_Labels": []
150+
}
151+
152+
{
153+
"m_SGVersion": 0,
154+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
155+
"m_ObjectId": "676b49446f2f46efaebf16af8cee3a3e",
156+
"m_Group": {
157+
"m_Id": ""
158+
},
159+
"m_Name": "SurfaceDescription.Alpha",
160+
"m_DrawState": {
161+
"m_Expanded": true,
162+
"m_Position": {
163+
"serializedVersion": "2",
164+
"x": 0.0,
165+
"y": 0.0,
166+
"width": 0.0,
167+
"height": 0.0
168+
}
169+
},
170+
"m_Slots": [
171+
{
172+
"m_Id": "499322b7a1524b59903589297fd0c085"
173+
}
174+
],
175+
"synonyms": [],
176+
"m_Precision": 0,
177+
"m_PreviewExpanded": true,
178+
"m_DismissedVersion": 0,
179+
"m_PreviewMode": 0,
180+
"m_CustomColors": {
181+
"m_SerializableColors": []
182+
},
183+
"m_SerializedDescriptor": "SurfaceDescription.Alpha"
184+
}
185+
186+
{
187+
"m_SGVersion": 0,
188+
"m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDFullscreenSubTarget",
189+
"m_ObjectId": "68b4ee763a504778b9b51585673070eb"
190+
}
191+
192+
{
193+
"m_SGVersion": 0,
194+
"m_Type": "UnityEditor.Rendering.Fullscreen.ShaderGraph.FullscreenData",
195+
"m_ObjectId": "6c5785c067cb41f38b7a2dd7e52fb488",
196+
"m_Version": 0,
197+
"m_fullscreenMode": 0,
198+
"m_BlendMode": 0,
199+
"m_SrcColorBlendMode": 0,
200+
"m_DstColorBlendMode": 1,
201+
"m_ColorBlendOperation": 0,
202+
"m_SrcAlphaBlendMode": 0,
203+
"m_DstAlphaBlendMode": 1,
204+
"m_AlphaBlendOperation": 0,
205+
"m_EnableStencil": false,
206+
"m_StencilReference": 0,
207+
"m_StencilReadMask": 255,
208+
"m_StencilWriteMask": 255,
209+
"m_StencilCompareFunction": 8,
210+
"m_StencilPassOperation": 0,
211+
"m_StencilFailOperation": 0,
212+
"m_StencilDepthFailOperation": 0,
213+
"m_DepthWrite": false,
214+
"m_depthWriteMode": 0,
215+
"m_AllowMaterialOverride": false,
216+
"m_DepthTestMode": 0
217+
}
218+
219+
{
220+
"m_SGVersion": 0,
221+
"m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDTarget",
222+
"m_ObjectId": "85cbe4f16c8f42a29ee6045b172247ae",
223+
"m_ActiveSubTarget": {
224+
"m_Id": "68b4ee763a504778b9b51585673070eb"
225+
},
226+
"m_Datas": [
227+
{
228+
"m_Id": "6c5785c067cb41f38b7a2dd7e52fb488"
229+
},
230+
{
231+
"m_Id": "9fdf6528559a4d10904a9d7762bc5321"
232+
}
233+
],
234+
"m_CustomEditorGUI": "",
235+
"m_SupportVFX": false,
236+
"m_SupportLineRendering": false
237+
}
238+
239+
{
240+
"m_SGVersion": 0,
241+
"m_Type": "UnityEditor.Rendering.HighDefinition.HDSceneColorNode",
242+
"m_ObjectId": "89fdc4a3afd4434e8c91055d956ac9b1",
243+
"m_Group": {
244+
"m_Id": ""
245+
},
246+
"m_Name": "HD Scene Color",
247+
"m_DrawState": {
248+
"m_Expanded": true,
249+
"m_Position": {
250+
"serializedVersion": "2",
251+
"x": -297.0,
252+
"y": 200.0,
253+
"width": 160.0,
254+
"height": 136.0
255+
}
256+
},
257+
"m_Slots": [
258+
{
259+
"m_Id": "d377937c6e6d4a0fa47407cfb4969f22"
260+
},
261+
{
262+
"m_Id": "0ccae4cf52854acda50df49b7a2de4fd"
263+
},
264+
{
265+
"m_Id": "b4f911e9370149ffaa8b6d39fa2653e5"
266+
}
267+
],
268+
"synonyms": [
269+
"screen buffer"
270+
],
271+
"m_Precision": 0,
272+
"m_PreviewExpanded": true,
273+
"m_DismissedVersion": 0,
274+
"m_PreviewMode": 0,
275+
"m_CustomColors": {
276+
"m_SerializableColors": []
277+
},
278+
"m_Exposure": true
279+
}
280+
281+
{
282+
"m_SGVersion": 0,
283+
"m_Type": "UnityEditor.Rendering.HighDefinition.ShaderGraph.HDFullscreenData",
284+
"m_ObjectId": "9fdf6528559a4d10904a9d7762bc5321",
285+
"m_ShowOnlyHDStencilBits": true
286+
}
287+
288+
{
289+
"m_SGVersion": 0,
290+
"m_Type": "UnityEditor.ShaderGraph.ColorRGBMaterialSlot",
291+
"m_ObjectId": "b4f911e9370149ffaa8b6d39fa2653e5",
292+
"m_Id": 2,
293+
"m_DisplayName": "Output",
294+
"m_SlotType": 1,
295+
"m_Hidden": false,
296+
"m_ShaderOutputName": "Output",
297+
"m_StageCapability": 3,
298+
"m_Value": {
299+
"x": 0.0,
300+
"y": 0.0,
301+
"z": 0.0
302+
},
303+
"m_DefaultValue": {
304+
"x": 0.0,
305+
"y": 0.0,
306+
"z": 0.0
307+
},
308+
"m_Labels": [],
309+
"m_ColorMode": 1,
310+
"m_DefaultColor": {
311+
"r": 0.0,
312+
"g": 0.0,
313+
"b": 0.0,
314+
"a": 1.0
315+
}
316+
}
317+
318+
{
319+
"m_SGVersion": 0,
320+
"m_Type": "UnityEditor.ShaderGraph.BlockNode",
321+
"m_ObjectId": "bc3f1b16fd264a509456bf48e04b9aa6",
322+
"m_Group": {
323+
"m_Id": ""
324+
},
325+
"m_Name": "SurfaceDescription.BaseColor",
326+
"m_DrawState": {
327+
"m_Expanded": true,
328+
"m_Position": {
329+
"serializedVersion": "2",
330+
"x": 0.0,
331+
"y": 0.0,
332+
"width": 0.0,
333+
"height": 0.0
334+
}
335+
},
336+
"m_Slots": [
337+
{
338+
"m_Id": "407d4602997049f0a44b727ba5e999dc"
339+
}
340+
],
341+
"synonyms": [],
342+
"m_Precision": 0,
343+
"m_PreviewExpanded": true,
344+
"m_DismissedVersion": 0,
345+
"m_PreviewMode": 0,
346+
"m_CustomColors": {
347+
"m_SerializableColors": []
348+
},
349+
"m_SerializedDescriptor": "SurfaceDescription.BaseColor"
350+
}
351+
352+
{
353+
"m_SGVersion": 0,
354+
"m_Type": "UnityEditor.ShaderGraph.ScreenPositionMaterialSlot",
355+
"m_ObjectId": "d377937c6e6d4a0fa47407cfb4969f22",
356+
"m_Id": 0,
357+
"m_DisplayName": "UV",
358+
"m_SlotType": 0,
359+
"m_Hidden": false,
360+
"m_ShaderOutputName": "UV",
361+
"m_StageCapability": 3,
362+
"m_Value": {
363+
"x": 0.0,
364+
"y": 0.0,
365+
"z": 0.0,
366+
"w": 0.0
367+
},
368+
"m_DefaultValue": {
369+
"x": 0.0,
370+
"y": 0.0,
371+
"z": 0.0,
372+
"w": 0.0
373+
},
374+
"m_Labels": [],
375+
"m_ScreenSpaceType": 0
376+
}
377+

Packages/com.unity.render-pipelines.high-definition/Editor/RenderPipeline/CustomPass/CustomPassFullScreenShader.shadergraph.meta

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)