We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 221c58c commit 3e03541Copy full SHA for 3e03541
1 file changed
Assets/LowEndMobilePipeline/LowEndMobilePipeline.shader
@@ -85,8 +85,7 @@ Shader "ScriptableRenderPipeline/LowEndMobile"
85
86
v2f vert(LowendVertexInput v)
87
{
88
- v2f o;
89
- UNITY_INITIALIZE_OUTPUT(v2f, o);
+ v2f o = (v2f)0;
90
91
o.uv01.xy = TRANSFORM_TEX(v.texcoord, _MainTex);
92
o.uv01.zw = v.lightmapUV * unity_LightmapST.xy + unity_LightmapST.zw;
0 commit comments