Browse Source

Fixed table alignment on updated line

Sam 7 years ago
parent
commit
02d0fd795e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/shading/shading_language.rst

+ 1 - 1
tutorials/shading/shading_language.rst

@@ -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.                                                         |
 +----------------------------------+--------------------------------------------------------------------------------------------------+