Skip to content

Commit dd9ad91

Browse files
alexandret-unityEvergreen
authored andcommitted
Fixed redefinition causing warning in UITK shader template
1 parent f9ff494 commit dd9ad91

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes

Packages/com.unity.render-pipelines.universal/Editor/ShaderGraph/Includes/UITKPass.hlsl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
#error SHADERPASS_CUSTOM_UI_is_not_correctly_defined
33
#endif
44

5-
6-
#define UIE_NOINTERPOLATION nointerpolation
7-
85
PackedVaryings uie_custom_vert(Attributes input)
96
{
107
appdata_t uieInput = (appdata_t)0;

0 commit comments

Comments
 (0)