Skip to content

Commit 053d74c

Browse files
committed
update description
update description
1 parent fa759cf commit 053d74c

File tree

106 files changed

+135
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+135
-2
lines changed

Assets/X-PostProcessing/Effects/BokehBlur/BokehBlur.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/BokehBlur/Editor/BokehBlurEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/BokehBlur/Shader/BokehBlur.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/BoxBlur/BoxBlur.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/BoxBlur/Editor/BoxBlurEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/BoxBlur/Shader/BoxBlur.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DirectionalBlur/DirectionalBlur.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DirectionalBlur/Editor/DirectionalBlurEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DirectionalBlur/Shader/DirectionalBlur.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualBoxBlur/DualBoxBlur.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualBoxBlur/Editor/DualBoxBlurEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualBoxBlur/Shader/DualBoxBlur.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualGaussianBlur/DualGaussianBlur.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualGaussianBlur/Editor/DualGaussianBlurEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualGaussianBlur/Shader/DualGaussianBlur.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualKawaseBlur/DualKawaseBlur.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualKawaseBlur/Editor/DualKawaseBlurEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualKawaseBlur/Shader/DualKawaseBlur.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//----------------------------------------------------------------------------------------------------------
22
// X-PostProcessing Library
3+
// https://github.com/QianMo/X-PostProcessing-Library
34
// Copyright (C) 2020 QianMo. All rights reserved.
45
// Licensed under the MIT License
56
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualTentBlur/DualTentBlur.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualTentBlur/Editor/DualTentBlurEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/DualTentBlur/Shader/DualTentBlur.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionRoberts/EdgeDetectionRoberts.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionRoberts/Editor/EdgeDetectionRobertsEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionRoberts/Shader/EdgeDetectionRoberts.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionRobertsNeon/EdgeDetectionRobertsNeon.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionRobertsNeon/Editor/EdgeDetectionRobertsNeonEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionRobertsNeon/Shader/EdgeDetectionRobertsNeon.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionRobertsNeonV2/EdgeDetectionRobertsNeonV2.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionRobertsNeonV2/Editor/EdgeDetectionRobertsNeonV2Editor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionRobertsNeonV2/Shader/EdgeDetectionRobertsNeonV2.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionScharr/EdgeDetectionScharr.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionScharr/Editor/EdgeDetectionScharrEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionScharr/Shader/EdgeDetectionScharr.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionScharrNeon/EdgeDetectionScharrNeon.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionScharrNeon/Editor/EdgeDetectionScharrNeonEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionScharrNeon/Shader/EdgeDetectionScharrNeon.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionScharrNeonV2/EdgeDetectionScharrNeonV2.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionScharrNeonV2/Editor/EdgeDetectionScharrNeonV2Editor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionScharrNeonV2/Shader/EdgeDetectionScharrNeonV2.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionSobel/EdgeDetectionSobel.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionSobel/Editor/EdgeDetectionSobelEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionSobel/Shader/EdgeDetectionSobel.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionSobelNeon/EdgeDetectionSobelNeon.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionSobelNeon/Editor/EdgeDetectionSobelNeonEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionSobelNeon/Shader/EdgeDetectionSobelNeon.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionSobelNeonV2/EdgeDetectionSobelNeonV2.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionSobelNeonV2/Editor/EdgeDetectionSobelNeonV2Editor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/EdgeDetectionSobelNeonV2/Shader/EdgeDetectionSobelNeonV2.shader

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/GaussianBlur/Editor/GaussianBlurEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

Assets/X-PostProcessing/Effects/GaussianBlur/GaussianBlur.cs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
//----------------------------------------------------------------------------------------------------------
33
// X-PostProcessing Library
4+
// https://github.com/QianMo/X-PostProcessing-Library
45
// Copyright (C) 2020 QianMo. All rights reserved.
56
// Licensed under the MIT License
67
// You may not use this file except in compliance with the License.You may obtain a copy of the License at

0 commit comments

Comments
 (0)