mirror of
https://github.com/maxartz15/VolumetricLighting.git
synced 2025-06-19 09:56:42 +02:00
Upgrade to Unity 5.6
This commit is contained in:
@ -18,7 +18,7 @@ Pass
|
||||
v2f vert (appdata_base v)
|
||||
{
|
||||
v2f o;
|
||||
o.pos = mul (UNITY_MATRIX_MVP, v.vertex);
|
||||
o.pos = UnityObjectToClipPos (v.vertex);
|
||||
return o;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user