diff options
author | chai <chaifix@163.com> | 2021-10-01 19:14:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-01 19:14:01 +0800 |
commit | d9f2bb30c5d0eb8e8513a0e16e13e3c4f2af89e1 (patch) | |
tree | fafd4c30b3de44d7aa74d99d5293a39688375e9b /Assets/Bundle/Shaders/Common | |
parent | 4a5ca9210f40d454aeef3e9423914fa6ffe4aabc (diff) |
*misc
Diffstat (limited to 'Assets/Bundle/Shaders/Common')
-rw-r--r-- | Assets/Bundle/Shaders/Common/Image/ImageEffect.cginc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Assets/Bundle/Shaders/Common/Image/ImageEffect.cginc b/Assets/Bundle/Shaders/Common/Image/ImageEffect.cginc index de9dccdd..ede53e55 100644 --- a/Assets/Bundle/Shaders/Common/Image/ImageEffect.cginc +++ b/Assets/Bundle/Shaders/Common/Image/ImageEffect.cginc @@ -17,9 +17,6 @@ float4 _UnitMotionVectorTexture_ST; float4 _UnitTileOffset; - -// functions - // 只对一小部分进行后处理 float4 CalculateUnitTillOfssetVertex(float4 vert) { @@ -45,4 +42,4 @@ image_v2f image_vert(appdata_img v) o.vertex = CalculateUnitTillOfssetVertex(v.vertex); o.uv = CalculateUnitTillOfssetUV(TRANSFORM_TEX(v.texcoord, _MainTex)); return o; -}
\ No newline at end of file +} |