OldBlueWater/BlueWater/Assets/Quibli/Shaders/Subgraphs/Suppress Warnings.shadersubgraph
2023-08-02 18:12:26 +09:00

161 lines
3.9 KiB
Plaintext

{
"m_SGVersion": 2,
"m_Type": "UnityEditor.ShaderGraph.GraphData",
"m_ObjectId": "4e8a19831b03423294c3f7a7f577be80",
"m_Properties": [],
"m_Keywords": [],
"m_Nodes": [
{
"m_Id": "7379fd124ced4b5e8f47ddaeaf4767ae"
},
{
"m_Id": "b078af0af6144879b68ee550d1492608"
}
],
"m_GroupDatas": [],
"m_StickyNoteDatas": [],
"m_Edges": [
{
"m_OutputSlot": {
"m_Node": {
"m_Id": "b078af0af6144879b68ee550d1492608"
},
"m_SlotId": 0
},
"m_InputSlot": {
"m_Node": {
"m_Id": "7379fd124ced4b5e8f47ddaeaf4767ae"
},
"m_SlotId": 0
}
}
],
"m_VertexContext": {
"m_Position": {
"x": 0.0,
"y": 0.0
},
"m_Blocks": []
},
"m_FragmentContext": {
"m_Position": {
"x": 0.0,
"y": 0.0
},
"m_Blocks": []
},
"m_PreviewData": {
"serializedMesh": {
"m_SerializedMesh": "{\"mesh\":{\"instanceID\":0}}",
"m_Guid": ""
}
},
"m_Path": "Quibli",
"m_ConcretePrecision": 0,
"m_PreviewMode": 1,
"m_OutputNode": {
"m_Id": "7379fd124ced4b5e8f47ddaeaf4767ae"
},
"m_ActiveTargets": []
}
{
"m_SGVersion": 0,
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
"m_ObjectId": "3f1b0e9a249d4d00be6f71f3f4e6d63e",
"m_Id": 0,
"m_DisplayName": "_",
"m_SlotType": 0,
"m_Hidden": false,
"m_ShaderOutputName": "_",
"m_StageCapability": 3,
"m_Value": 0.0,
"m_DefaultValue": 0.0,
"m_Labels": []
}
{
"m_SGVersion": 0,
"m_Type": "UnityEditor.ShaderGraph.Vector1MaterialSlot",
"m_ObjectId": "5b65906cb0374770ba959f4512c87d5a",
"m_Id": 0,
"m_DisplayName": "_",
"m_SlotType": 1,
"m_Hidden": false,
"m_ShaderOutputName": "_",
"m_StageCapability": 3,
"m_Value": 0.0,
"m_DefaultValue": 0.0,
"m_Labels": []
}
{
"m_SGVersion": 0,
"m_Type": "UnityEditor.ShaderGraph.SubGraphOutputNode",
"m_ObjectId": "7379fd124ced4b5e8f47ddaeaf4767ae",
"m_Group": {
"m_Id": ""
},
"m_Name": "Output",
"m_DrawState": {
"m_Expanded": true,
"m_Position": {
"serializedVersion": "2",
"x": 200.0,
"y": 0.0,
"width": 85.0,
"height": 45.0
}
},
"m_Slots": [
{
"m_Id": "3f1b0e9a249d4d00be6f71f3f4e6d63e"
}
],
"synonyms": [],
"m_Precision": 0,
"m_PreviewExpanded": true,
"m_PreviewMode": 0,
"m_CustomColors": {
"m_SerializableColors": []
},
"IsFirstSlotValid": true
}
{
"m_SGVersion": 1,
"m_Type": "UnityEditor.ShaderGraph.CustomFunctionNode",
"m_ObjectId": "b078af0af6144879b68ee550d1492608",
"m_Group": {
"m_Id": ""
},
"m_Name": "DoesNothing (Custom Function)",
"m_DrawState": {
"m_Expanded": true,
"m_Position": {
"serializedVersion": "2",
"x": -104.0,
"y": 0.0,
"width": 226.0,
"height": 94.0
}
},
"m_Slots": [
{
"m_Id": "5b65906cb0374770ba959f4512c87d5a"
}
],
"synonyms": [],
"m_Precision": 0,
"m_PreviewExpanded": false,
"m_PreviewMode": 0,
"m_CustomColors": {
"m_SerializableColors": []
},
"m_SourceType": 0,
"m_FunctionName": "DoesNothing",
"m_FunctionSource": "9ad583350169a47f593323c0109a0b25",
"m_FunctionBody": "//#include \"../LibraryUrp/SuppressWarnings.hlsl\"\n\n#pragma warning (disable : 4008) // floating point division by zero - Unity Shadergraph bug.\n#pragma warning (disable : 3206) // implicit truncation of vector type\n"
}