Add missing space in GLSL function list in Differences between GLES2 and GLES3

This commit is contained in:
hpnrep6
2021-07-12 23:47:38 +02:00
committed by Hugo Locurcio
parent 7458cde87a
commit 790dbf9462
+1 -1
View File
@@ -159,7 +159,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 ) | |
+---------------------------------------------------------------------------------------------+--------------------------------------------------+