浏览代码

Merge pull request #5046 from hpnrep6/missing-space

Add missing space in GLSL function list in Differences between GLES2 and GLES3
Rémi Verschelde 4 年之前
父节点
当前提交
8b4f8d1ec3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/rendering/gles2_gles3_differences.rst

+ 1 - 1
tutorials/rendering/gles2_gles3_differences.rst

@@ -171,7 +171,7 @@ For a complete list of built-in GLSL functions see the :ref:`Shading Language do
 +---------------------------------------------------------------------------------------------+--------------------------------------------------+
 | vec4_type **textureProjLod** ( sampler_type s, vec_type uv, float lod )                     |                                                  |
 +---------------------------------------------------------------------------------------------+--------------------------------------------------+
-| vec4_type **textureGrad** ( sampler_type s, vec_type uv, vec_type dPdx, vec_type dPdy)      |                                                  |
+| vec4_type **textureGrad** ( sampler_type s, vec_type uv, vec_type dPdx, vec_type dPdy )     |                                                  |
 +---------------------------------------------------------------------------------------------+--------------------------------------------------+
 | vec_type **dFdx** ( vec_type p )                                                            |                                                  |
 +---------------------------------------------------------------------------------------------+--------------------------------------------------+