Skip to content

Commit fa2fca0

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [6000.0] Update UnityInput.hlsl to remove incorrect comment about time since c…
1 parent 548ba34 commit fa2fca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/com.unity.render-pipelines.universal/ShaderLibrary/UnityInput.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
// ----------------------------------------------------------------------------
4040

41-
// Time (t = time since current level load) values from Unity
41+
// Time values from Unity
4242
float4 _Time; // (t/20, t, t*2, t*3)
4343
float4 _SinTime; // sin(t/8), sin(t/4), sin(t/2), sin(t)
4444
float4 _CosTime; // cos(t/8), cos(t/4), cos(t/2), cos(t)

0 commit comments

Comments
 (0)