|
@@ -807,7 +807,7 @@ Fragment Built-Ins
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
| in vec3 **VERTEX** | Vertex that comes from vertex function, in view space. |
|
|
| in vec3 **VERTEX** | Vertex that comes from vertex function, in view space. |
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
-| in vec4 **FRAGCOORD** | Fragment cordinate, pixel adjusted. |
|
|
|
|
|
|
+| in vec4 **FRAGCOORD** | Fragment coordinate, pixel adjusted. |
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
| in bool **FRONT_FACING** | true whether current face is front face. |
|
|
| in bool **FRONT_FACING** | true whether current face is front face. |
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
@@ -823,7 +823,7 @@ Fragment Built-Ins
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
| in vec2 **UV** | UV that comes from vertex function. |
|
|
| in vec2 **UV** | UV that comes from vertex function. |
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
-| in vec2 **UV2** | UV2 that coems from vertex function. |
|
|
|
|
|
|
+| in vec2 **UV2** | UV2 that comes from vertex function. |
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
| in vec4 **COLOR** | COLOR that comes from vertex function. |
|
|
| in vec4 **COLOR** | COLOR that comes from vertex function. |
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|
|
+----------------------------------+--------------------------------------------------------------------------------------------------+
|