diff --git a/reference/shading_language.rst b/reference/shading_language.rst index 483a9f81e..c10c289ff 100644 --- a/reference/shading_language.rst +++ b/reference/shading_language.rst @@ -203,7 +203,7 @@ follows: +-----------------------------------------------------------------------+---------------------------------------------+ | vec3 *reflect* ( vec3, vec3 ) | Reflect | +-----------------------------------------------------------------------+---------------------------------------------+ -| color *tex* ( texture, vec2 ) | Read from a texture in normalized coords | +| color *tex* ( texture, vec2 ) | Read from a texture in normalized coords | +-----------------------------------------------------------------------+---------------------------------------------+ | color *texcube* ( texture, vec3 ) | Read from a cubemap | +-----------------------------------------------------------------------+---------------------------------------------+