Przeglądaj źródła

Fixed "coems" typo in shading_language.rst

Sam 7 lat temu
rodzic
commit
abb5dc8364
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tutorials/shading/shading_language.rst

+ 1 - 1
tutorials/shading/shading_language.rst

@@ -823,7 +823,7 @@ Fragment Built-Ins
 +----------------------------------+--------------------------------------------------------------------------------------------------+
 | 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.                                                           |
 +----------------------------------+--------------------------------------------------------------------------------------------------+