summaryrefslogtreecommitdiffstats
path: root/interpolators.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'interpolators.cginc')
-rw-r--r--interpolators.cginc8
1 files changed, 4 insertions, 4 deletions
diff --git a/interpolators.cginc b/interpolators.cginc
index df645de..3b9bdcd 100644
--- a/interpolators.cginc
+++ b/interpolators.cginc
@@ -1,8 +1,8 @@
+#include "AutoLight.cginc"
+
#ifndef __INTERPOLATORS_INC
#define __INTERPOLATORS_INC
-#include "AutoLight.cginc"
-
#if defined(_OUTLINE_INTERPOLATORS)
struct appdata
@@ -44,7 +44,7 @@ struct v2f
UNITY_VERTEX_OUTPUT_STEREO
};
-#else
+#else // _OUTLINE_INTERPOLATORS
struct appdata
{
@@ -91,7 +91,7 @@ struct v2f
UNITY_VERTEX_INPUT_INSTANCE_ID
UNITY_VERTEX_OUTPUT_STEREO
};
-#endif
+#endif // _OUTLINE_INTERPOLATORS
#endif // __INTERPOLATORS_INC