From 02b44c07adfcf921da594120b4cd8fc18b982725 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 20 Sep 2021 00:42:33 +0800 Subject: +command buffer --- Assets/Bundle/Shaders/Common/Image/common_img_bloom.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Assets/Bundle/Shaders/Common/Image/common_img_bloom.cs (limited to 'Assets/Bundle/Shaders/Common/Image/common_img_bloom.cs') diff --git a/Assets/Bundle/Shaders/Common/Image/common_img_bloom.cs b/Assets/Bundle/Shaders/Common/Image/common_img_bloom.cs new file mode 100644 index 00000000..a5603324 --- /dev/null +++ b/Assets/Bundle/Shaders/Common/Image/common_img_bloom.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class common_img_bloom : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} -- cgit v1.1-26-g67d0