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