Skip to content

Commit

Permalink
removed out from vertShadowCaster parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantine Rudenko committed Jan 31, 2019
1 parent 8ea0a22 commit b2d2302
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,11 @@ Shader "MadCake/Material/Standard hacked for DQ skinning"
opos

#ifdef UNITY_STANDARD_USE_SHADOW_OUTPUT_STRUCT
, out o
, o
#endif

#ifdef UNITY_STANDARD_USE_STEREO_SHADOW_OUTPUT_STRUCT
, out os
, os
#endif
);
}
Expand Down Expand Up @@ -920,11 +920,11 @@ Shader "MadCake/Material/Standard hacked for DQ skinning"
opos

#ifdef UNITY_STANDARD_USE_SHADOW_OUTPUT_STRUCT
, out o
, o
#endif

#ifdef UNITY_STANDARD_USE_STEREO_SHADOW_OUTPUT_STRUCT
, out os
, os
#endif
);
}
Expand Down

0 comments on commit b2d2302

Please sign in to comment.