Commit 41c9c02
[Port] [2022.3] Fixed two parameters being the wrong type leading to a warning
This is to fix some warnings when using the multiplayer VR template and creating a build. Some shaders generated via shadergraph were doing an implicit truncation of values (specifically the 2 UV sets passed to the UnityMetaVertexPosition function). This has been fixed.
Jira: https://jira.unity3d.com/browse/UUM-842691 parent ee10cbb commit 41c9c02
File tree
1 file changed
+1
-1
lines changed- Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
0 commit comments